<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Infobright.org Forums</title>
    <link>http://www.infobright.org/Forums/</link>
    <description>Infobright.org Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-03-19T12:32:58-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Where can I find an overview of code in the storage/core directory &#63;</title>
      <link>http://www.infobright.org/Forums/viewthread/1436/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1436/#When:13:32:43Z</guid>
      <description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I am working on columnar storage on flash media and I am considering using the ICE codebase as a starting point for implementing my ideas. But before I do that, I want to try to understand the codebase a bit more. &lt;/p&gt;

&lt;p&gt;I tried going through the files in the storage/core directory to relate them to the architecture whitepaper but find many many levels of abstraction in there. &lt;/p&gt;

&lt;p&gt;I am wondering if there is a document on how the DPN&#8217;s, RCAttribute&#8217;s, MultiIndex&#8217;s etc are all related to each other&#8212;so that I can make some sense out of it ?. &lt;/p&gt;

&lt;p&gt;If not, then what is a good point to start if my goal is to exactly understand how DPN&#8217;s are used for filters. And where do more advanced things like histogram&#8217;s etc fit in to the overall scheme. &lt;/p&gt;

&lt;p&gt;Any suggestions would be welcome. &lt;/p&gt;

&lt;p&gt;I have already searched the forum and wiki (and read all the whitepapers) but couldn&#8217;t find such a &#8216;code design overview&#8217; kind of a document.&lt;/p&gt;

&lt;p&gt;Thanks a lot&lt;br /&gt;
&#45;Devesh Agrawal&lt;br /&gt;
Grad Student at UMass Amherst
&lt;/p&gt;</description>
      <dc:date>2010-03-18T13:32:43-05:00</dc:date>
    </item>

    <item>
      <title>Can Infobright scale beyond 30TB&#8217;s&#63;</title>
      <link>http://www.infobright.org/Forums/viewthread/921/</link>
      <guid>http://www.infobright.org/Forums/viewthread/921/#When:14:42:22Z</guid>
      <description>&lt;p&gt;I recently was asked?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;How does Infobright plan to scale beyond 30 Terabytes data warehouse size? &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Infobright, based on recent powerful SMP boxes,&amp;nbsp; scales to the 50 Terabyte range. Additionally, Infobright recently announced plans for our Simplified Scalability Architecture (SSA) which will allow Infobright to scale across multiple concurrent servers with a shared extensible storage. This will not only provides scalability in terms of database size, but also the number of concurrent users.
&lt;/p&gt;</description>
      <dc:date>2009-07-09T14:42:22-05:00</dc:date>
    </item>

    <item>
      <title>Query Performance</title>
      <link>http://www.infobright.org/Forums/viewthread/1432/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1432/#When:09:09:10Z</guid>
      <description>&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;select&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;into&amp;nbsp;OUTFILE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;E:\flatfiletomysql\qData.txt&#39;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;fields&amp;nbsp;terminated&amp;nbsp;by&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;,&#39;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;enclosed&amp;nbsp;by&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;&quot;&#39;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;lines&amp;nbsp;terminated&amp;nbsp;by&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;n&#39;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;from&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;select&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sum&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(CASE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;di&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;FieldID&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WHEN&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;dipc1&#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;then&amp;nbsp;DI&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;as&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dipc1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sum&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(CASE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;di&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;FieldID&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WHEN&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;dipc2&#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;then&amp;nbsp;DI&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;as&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dipc2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sum&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(CASE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;di&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;FieldID&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WHEN&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;dipc3&#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;then&amp;nbsp;DI&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;as&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dipc3&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;from&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;t3&amp;nbsp;DI&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;where&amp;nbsp;di&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dsc1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;and&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;di&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dsc1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;10000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;group&amp;nbsp;by&amp;nbsp;di&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dic1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;di&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dic2&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;We have a table which we have to pivot on around 385 columns. The above is the query that we are running. The table t3 has around 270 million rows. When we executed this query for around 10,000 records(for each dsc1 there are around 8 rows, so around 80000 rows) and write it to a text file, the time taken is around 1hour, 27 minutes. Is there any way we can optimize this query. &lt;/p&gt;

&lt;p&gt;I would also like to copy the results of this query into  a new table which has to be created within the query. When i did the same, i am &lt;br /&gt;
getting an error like &#8216;ERROR 8 (HY000): Unsupported data type.&#8217; If i am executing the same for less number of columns say 10, the table gets created. &lt;/p&gt;

&lt;p&gt;Which method is the most effective one, copy the results to a text file and then load the file data to a table or move the results directly to a new table created by query. &lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Subbu
&lt;/p&gt;</description>
      <dc:date>2010-03-17T09:09:10-05:00</dc:date>
    </item>

    <item>
      <title>Brighthouse as pluggable storage engine</title>
      <link>http://www.infobright.org/Forums/viewthread/1438/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1438/#When:16:16:07Z</guid>
      <description>&lt;p&gt;Is there a way to install the brighthouse engine to an existing MySQL install?&amp;nbsp; I&#8217;ve been under the impression that I could &#8220;enable&#8221; brighthouse much in the same way I can add other pluggable engines to an existing install of MySQL.&amp;nbsp; I would love to add brighthouse support to an existing server, and selectively pick certain engines for certain tables.&amp;nbsp; Similarly, I would like to take advantage of the existing infrastructure I have in place for support of my brighthouse based system, which is much harder to do if I start with a &#8220;fresh&#8221; install.&lt;/p&gt;

&lt;p&gt;Unless I&#8217;m misreading it, it seems I have to install a specialized version of mysql in order to get brighthouse support.
&lt;/p&gt;</description>
      <dc:date>2010-03-18T16:16:07-05:00</dc:date>
    </item>

    <item>
      <title>The speed or slowlyness of Talend tInfobrihtOutput connector</title>
      <link>http://www.infobright.org/Forums/viewthread/1431/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1431/#When:08:08:57Z</guid>
      <description>&lt;p&gt;First of all I just want to say &#8220;thank you&#8221; to everybody who posted his or her questions and answers concerning Talend connector. Forum was THE place to find important clues and bits to get the Talend run with Infobright. &lt;/p&gt;

&lt;p&gt;Newer the less, the system is running but the loading speed I do observe is still far away from the reported numbers in other configurations. That said, the Engine load 90 lines a 100 cols in about 3 sec if loaded with &#8220;load data infile ...&#8221; sql command. If submitted through Talend connector the system will never load more  than 700 rows per second. This means almost two orders of magnitude difference in loading speed.&lt;/p&gt;

&lt;p&gt;According to the docs the Talend connector is using named pipe feeding the bulk loader which shall work incrediby fast. But either java, or my computer or some other wrong option in the database is throttling the load speed. &lt;/p&gt;

&lt;p&gt;Does anybody else share the same expirience?&lt;/p&gt;

&lt;p&gt;I am using ICE 3.3.1 and Talend Open Studio 3.2 &lt;/p&gt;

&lt;p&gt;Sincerely&lt;br /&gt;
Nikola&lt;/p&gt;

&lt;p&gt;P.S. Please appologise my not realy good english
&lt;/p&gt;</description>
      <dc:date>2010-03-17T08:08:57-05:00</dc:date>
    </item>

    <item>
      <title>infobright page allocation failure and corruption after server crash</title>
      <link>http://www.infobright.org/Forums/viewthread/1434/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1434/#When:11:28:57Z</guid>
      <description>&lt;p&gt;Our infobright 3.3.1 has crashed yesterday and since we&#8217;ve been rebooted him it all goes wrong&#8230;&lt;/p&gt;

&lt;p&gt;bhloader keeps on loading even when the csv only 4 rows big.&lt;/p&gt;

&lt;p&gt;no process is getting RES memory, only mysql takes up the 27GB VIRT memory (as defined in brighthouse.ini). Suddenly the box goes out of memory&lt;/p&gt;

&lt;p&gt;when stracing bhloader i get:&lt;br /&gt;
...&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797486.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797487.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797488.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797489.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797490.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797491.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797492.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797493.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797494.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797495.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797496.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797497.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797498.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
stat(&#8221;/var/lib/mysql/facebox/LOG_MOBILE_PROFILEVIEW.bht/TA00000001797499.ctb&#8221;, 0x7ffff9a35730) = &#45;1 ENOENT (No such file or directory)&lt;br /&gt;
...&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
There must be some corruption somehwere, can anybody help me?
&lt;/p&gt;</description>
      <dc:date>2010-03-17T11:28:57-05:00</dc:date>
    </item>

    <item>
      <title>Valid looking license file produces:&amp;nbsp;  License data verification failed out of nowhere after a few days of use.</title>
      <link>http://www.infobright.org/Forums/viewthread/1435/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1435/#When:17:45:53Z</guid>
      <description>&lt;p&gt;Even though everything looks right, here is what I get:&lt;/p&gt;

&lt;p&gt;Error Log:&lt;br /&gt;
2010&#45;03&#45;16 21:23:58 License file path : c:program filesinfobrightiblicense&#45;mvaccarello&#45;25969019.lic&lt;br /&gt;
2010&#45;03&#45;16 21:23:58 License data verification failed.&lt;br /&gt;
 
The License File appears to be correct:&lt;br /&gt;
LicenseID=25969019&lt;br /&gt;
User=michael&lt;br /&gt;
Email=mvaccarello@4sightbi.com&lt;br /&gt;
Version=3&lt;br /&gt;
Start=2010/03/11&lt;br /&gt;
Expire=2010/03/25&lt;br /&gt;
 
 &lt;br /&gt;
### Infobright Signature Begin ###&lt;br /&gt;
big bunch of numbers and stuff ....&lt;br /&gt;
### Infobright Signature End ###&lt;br /&gt;
 
 &lt;br /&gt;
The INI File has:&lt;br /&gt;
LicenseFile=&#8216;c:\program files\infobright\iblicense&#45;mvaccarello&#45;25969019.lic&#8217;
&lt;/p&gt;</description>
      <dc:date>2010-03-17T17:45:53-05:00</dc:date>
    </item>

    <item>
      <title>time_to_sec mysql function</title>
      <link>http://www.infobright.org/Forums/viewthread/1433/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1433/#When:09:42:59Z</guid>
      <description>&lt;p&gt;I have a table with a time field. I have used time_to_sec function to convert the time to seconds from midnight. I need this to create 5 min buckets for data&#8230;&lt;/p&gt;

&lt;p&gt;select &lt;br /&gt;
 sec_to_time((floor(time_to_sec(time)/300)+1)*300) as time_bucket, &lt;br /&gt;
 count(*) &lt;br /&gt;
from&lt;br /&gt;
 trades &lt;br /&gt;
where&lt;br /&gt;
 date=&#8220;20090908&#8221;&lt;br /&gt;
group by time_bucket &lt;br /&gt;
order by time_bucket&lt;/p&gt;

&lt;p&gt;1) I dont see time_to_sec &amp;amp; sec_to_time in the list of optimized functions for Infobright. So does that mean my query is running slow (it takes 70 seconds for about 25M records)&lt;br /&gt;
2) is there a better way I can write the above query?&lt;/p&gt;

&lt;p&gt;thanks for your help in advance.&lt;/p&gt;

&lt;p&gt;Nishant
&lt;/p&gt;</description>
      <dc:date>2010-03-17T09:42:59-05:00</dc:date>
    </item>

    <item>
      <title>Need help with InfoBright crash on Union with Order by</title>
      <link>http://www.infobright.org/Forums/viewthread/1422/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1422/#When:20:06:07Z</guid>
      <description>&lt;p&gt;Problem: InfoBright v3.3.1 and v3.3.2beta crash and disconnect with the following setup/query on Windows XP Pro:&lt;/p&gt;

&lt;p&gt;1) create a new table &lt;br /&gt;
CREATE TABLE `MYTABLE` (&lt;br /&gt;
&amp;nbsp; `ID` VARCHAR(100) NOT NULL&lt;br /&gt;
);&lt;/p&gt;

&lt;p&gt;2) populate table with the following six rows of data:&lt;br /&gt;
100&lt;br /&gt;
100&lt;br /&gt;
200&lt;br /&gt;
300&lt;br /&gt;
300&lt;br /&gt;
300&lt;/p&gt;

&lt;p&gt;3) run this query&lt;/p&gt;

&lt;p&gt;(select distinct ID, count(ID) as aaa from MYTABLE where ID=&#8216;100&#8217; or ID=&#8216;300&#8217; group by ID)&lt;br /&gt;
union&lt;br /&gt;
(select distinct ID, 0 as aaa from MYTABLE where ID not in (select ID from MYTABLE where ID=&#8216;100&#8217; or ID=&#8216;300&#8217;))&lt;br /&gt;
order by ID&lt;/p&gt;

&lt;p&gt;4) &lt;br /&gt;
crash&lt;/p&gt;

&lt;p&gt;5) desired output&lt;br /&gt;
ID &amp;nbsp;  aaa&lt;br /&gt;
100  2&lt;br /&gt;
200  0&lt;br /&gt;
300  3&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Also, any suggestions on a more elegant way to write that query are appreciated :^)
&lt;/p&gt;</description>
      <dc:date>2010-03-11T20:06:07-05:00</dc:date>
    </item>

    <item>
      <title>Problems with running a Stored Function</title>
      <link>http://www.infobright.org/Forums/viewthread/1430/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1430/#When:20:58:57Z</guid>
      <description>&lt;p&gt;Hi, I have a trades table with about 200M records. There is also a stored function called fnClosePrice() with the following definition&#8230;&lt;br /&gt;
BEGIN&lt;br /&gt;
declare cp float;&lt;br /&gt;
set cp=0.45;&lt;br /&gt;
return cp;&lt;br /&gt;
END&lt;/p&gt;

&lt;p&gt;select fnClosePrice(); runs as expected and returns 0.45&lt;/p&gt;

&lt;p&gt;A simple query on the trades table like the following also runs fine&#8230;&lt;/p&gt;

&lt;p&gt;select bsid,time from trades limit 100;&lt;/p&gt;

&lt;p&gt;However, when I include the function in the above query i get an error&#8230;&lt;/p&gt;

&lt;p&gt;select bsid, fnClosePrice() from trades limit 100;&lt;/p&gt;

&lt;p&gt;The query includes syntax that is not supported by the Infobright Optimizer. Either restructure the query with supported syntax, or enable the MySQL Query Path in the brighthouse.ini file to execute the query with reduced performance.&lt;/p&gt;

&lt;p&gt;what am I missing here? any insight is appreciated.&lt;/p&gt;

&lt;p&gt;thanks
&lt;/p&gt;</description>
      <dc:date>2010-03-16T20:58:57-05:00</dc:date>
    </item>

    
    </channel>
</rss>