<?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-12T11:40:35-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Question re concurrent query performance</title>
      <link>http://www.infobright.org/Forums/viewthread/1424/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1424/#When:10:54:23Z</guid>
      <description>&lt;p&gt;Posted on behalf of an IEE evaluator:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I have a puzzling scenario that I wanted to run by you in order to see if understanding Infobright’s internals causes it to make any more sense. I have been working to test concurrent query performance, starting with concurrency scaling for multiple instances of the same query. That went mostly as expected. I now am testing concurrent performance involving a mix of queries and am seeing strange behavior.&lt;/p&gt;

&lt;p&gt;For this scenario, I have chosen three different queries to run in various mixes against the system: One fast query (0.12 seconds), one slightly slower query (1.1 seconds) and a very slow query (60.7 seconds).&amp;nbsp; What I have noticed is that while a long&#45;running query is being processed, the two slower queries will return significantly faster average execution times (.12 goes to .06, 1.1 goes to 0.551).&amp;nbsp; This is three concurrent queries on a 4&#45;core box, so the CPU is not being maxed.&amp;nbsp; It seems as if there is something being loaded into memory or cache while the large query runs that is being used by the other queries, but that they must load for themselves if nothing else is happening.&amp;nbsp; Knowing what you do about Infobright, is there a simple explanation for this behavior?&amp;nbsp; The benefit appears to disappear with longer queries, so is this some kind of trade off that was made given the usual longer&#45;running nature of many data warehouse queries?&lt;/p&gt;&lt;/blockquote&gt;</description>
      <dc:date>2010-03-12T10:54:23-05:00</dc:date>
    </item>

    <item>
      <title>Bulk Load How it works&#63;</title>
      <link>http://www.infobright.org/Forums/viewthread/1423/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1423/#When:10:48:54Z</guid>
      <description>&lt;p&gt;Hello, I wonder how the bulk load, if you have any manual or something, because I do not go well and I like to see on that ruling and I have to change for me out properly. Thank you very much and I hope you can help.&lt;/p&gt;

&lt;p&gt;Marc&lt;/p&gt;

&lt;p&gt;PD: If possible answer in Spanish best =)! Thanks
&lt;/p&gt;</description>
      <dc:date>2010-03-12T10:48:54-05:00</dc:date>
    </item>

    <item>
      <title>Instant integration and database</title>
      <link>http://www.infobright.org/Forums/viewthread/1418/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1418/#When:11:03:41Z</guid>
      <description>&lt;p&gt;Hello,&lt;br /&gt;
 
We have been looking for a real time data integration program.&lt;br /&gt;
We have not found the right software yet.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;Basically we&#8217;ll be using the tool for the migration of contacts and data in real time. &lt;/p&gt;

&lt;p&gt;Thanks for your help!
&lt;/p&gt;</description>
      <dc:date>2010-03-10T11:03:41-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>Data Load Time</title>
      <link>http://www.infobright.org/Forums/viewthread/1417/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1417/#When:10:20:24Z</guid>
      <description>&lt;p&gt;We are loading a 43 MB file containing 2 million rows with just 3 columns &#45; all integers. The following is the syntax we used
&lt;/p&gt;&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;LOAD&amp;nbsp;DATA&amp;nbsp;LOCAL&amp;nbsp;INFILE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;D:DatasetFact.txt&#39;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;INTO&amp;nbsp;TABLE&amp;nbsp;DatasetFact&amp;nbsp;FIELDS&lt;br /&gt;&amp;nbsp;TERMINATED&amp;nbsp;BY&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;,&#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;/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;The following are some Sample rows&lt;/p&gt;

&lt;p&gt;15253,89,226338677&lt;br /&gt;
15253,165,226340065&lt;br /&gt;
15253,231,226342095&lt;/p&gt;

&lt;p&gt;The following is the table script
&lt;/p&gt;&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;CREATE&amp;nbsp;TABLE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entitydatasetpairs&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&amp;nbsp;(&lt;br /&gt;&amp;nbsp;&amp;nbsp;`&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;EntityKey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;11&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NOT&amp;nbsp;NULL&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;`&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;CategoryKey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;11&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NOT&amp;nbsp;NULL&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;`&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;LogicalPrimaryKey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;11&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NOT&amp;nbsp;NULL&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ENGINE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;BRIGHTHOUSE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;DEFAULT&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;CHARSET&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;latin1&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;This is running on the database server which has 12 GB of memory with a Quad Core processor running Windows Server 2008 Standard Edition.&lt;/p&gt;

&lt;p&gt;To load this 2 million rows it has taken 31 minutes.&amp;nbsp; This seems like a very slow. &lt;/p&gt;

&lt;p&gt;Is there something we can do to improve the performance of this loading.&lt;/p&gt;

&lt;p&gt;Thanks &lt;br /&gt;
Subu
&lt;/p&gt;</description>
      <dc:date>2010-03-10T10:20:24-05:00</dc:date>
    </item>

    <item>
      <title>Query generating &#8220;uncompressed memory block(s) leaked out&#8221; warnings</title>
      <link>http://www.infobright.org/Forums/viewthread/1413/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1413/#When:17:41:14Z</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am using ICE 3.3.0. &lt;/p&gt;

&lt;p&gt;Getting this warnings when running a query:&lt;br /&gt;
2010&#45;03&#45;05 16:06:27 Warning: 10054 uncompressed memory block(s) leaked out.&lt;br /&gt;
2010&#45;03&#45;05 16:06:27 Warning: 10054 compressed memory block(s) leaked out.&lt;br /&gt;
2010&#45;03&#45;05 16:10:32 Brighthouse engine shutdown.&lt;/p&gt;

&lt;p&gt;Turned on&lt;br /&gt;
ControlMessages = 2&lt;/p&gt;

&lt;p&gt;The query was hanging at the point of sorting data:&lt;br /&gt;
..&lt;br /&gt;
..&lt;br /&gt;
2010&#45;03&#45;05 16:04:18 [1] Packrows after exact evaluation (WHERE):&lt;br /&gt;
2010&#45;03&#45;05 16:04:18 [1] (t0): 1 all packrows, 1 to open (including 1 full)&lt;br /&gt;
2010&#45;03&#45;05 16:04:18 [1] (t1): 131 all packrows, 131 to open (including 131 full)&lt;br /&gt;
2010&#45;03&#45;05 16:04:18 [1] Join execution plan:&lt;br /&gt;
2010&#45;03&#45;05 16:04:18 [1] Cnd(0):&amp;nbsp;  VC:0(t0a*) = VC:5(t1a*)&amp;nbsp;  &amp;nbsp;   (35.96)&lt;br /&gt;
2010&#45;03&#45;05 16:04:18 [1] Traversed all 12 rows.&lt;br /&gt;
2010&#45;03&#45;05 16:04:21 [1] Produced 685018 tuples.&lt;br /&gt;
2010&#45;03&#45;05 16:04:21 [1] Tuples after inner join 0&#45;1 [hash]: 685018&lt;br /&gt;
2010&#45;03&#45;05 16:04:21 [1] Sorting 685018 rows&#8230;&lt;br /&gt;
2010&#45;03&#45;05 16:04:22 [1] Sorted with 64+64&#45;bit keys.&lt;br /&gt;
2010&#45;03&#45;05 16:04:57 [1] Stopped by user.&lt;/p&gt;

&lt;p&gt;Some how the warning message won&#8217;t come out until I shutdown the database.&lt;/p&gt;

&lt;p&gt;Tried changing the system memory, heap size,.. etc but did not make a difference.&lt;/p&gt;

&lt;p&gt;Any help would be much appreicated.&lt;/p&gt;

&lt;p&gt;Thanks and regards,&lt;br /&gt;
Addie
&lt;/p&gt;</description>
      <dc:date>2010-03-05T17:41:14-05:00</dc:date>
    </item>

    <item>
      <title>Using InforBright engine..</title>
      <link>http://www.infobright.org/Forums/viewthread/1411/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1411/#When:02:54:23Z</guid>
      <description>&lt;p&gt;Hello Everybody,&lt;/p&gt;

&lt;p&gt;I am a newbie here and pretty novice when it comes about using Infobright. &lt;/p&gt;

&lt;p&gt;I am using MySQL as my database. I tried using infobright. Started the infobright client and executed &#8216;show databases;&#8217; but I cannot see all tables which are there in MySQL. I created a new table using engine=BRIGHTHOUSE suffix and tried to load sql dump into it but I am getting some weird errors like &#8216;wrong data or column&#8217;.&lt;/p&gt;

&lt;p&gt;Now this is what I am doing..it could sound silly but I am doing it &lt;img src=&quot;http://www.infobright.org/images/smileys/smile.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smile&quot; style=&quot;border:0;&quot; /&gt; Kindly correct me if  I am doing anything wrong.&lt;/p&gt;

&lt;p&gt;I want to access MYSQL with infobright from the front end (J2EE,Springs) simply to perform some analysis? How should I approach it? When I do &#8216;show engines&#8217; in SQLyog, I dont get infobright there and when I do &#8216;show engines&#8217; on this infobright client I get brighthouse as an engine but dont get all those tables&#8230;&lt;/p&gt;

&lt;p&gt;Hope my que is not very confusing..Kindly let me know if you need more clarification from my side.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br /&gt;
Pankaj
&lt;/p&gt;</description>
      <dc:date>2010-03-03T02:54:23-05:00</dc:date>
    </item>

    <item>
      <title>Blank pentaho pages</title>
      <link>http://www.infobright.org/Forums/viewthread/1404/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1404/#When:08:24:30Z</guid>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I&#8217;m having trouble working out how to see any useful pages in the pentaho webapp. Basically if I go to &lt;a href=&quot;http://xx.xx.xx.xx:8080/pentaho&quot;&gt;http://xx.xx.xx.xx:8080/pentaho&lt;/a&gt; I can log in as one of the demo users, then a blank page loads with the (window) title &#8220;Pentaho BI Platform&#8221;. Subsequent request to this URL take me straight to the blank page. Page source:&lt;/p&gt;

&lt;p&gt;&amp;lt;?xml version=&#8220;1.0&#8221; encoding=&#8220;utf&#45;8&#8221;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &#8220;&#45;//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1&#45;transitional.dtd&#8221;&amp;gt;&lt;br /&gt;
&amp;lt;html &amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;head&amp;gt;&lt;br /&gt;
&amp;nbsp;   &amp;lt;title&amp;gt;Pentaho BI Platform&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;nbsp;   &amp;lt;meta http&#45;equiv=&#8220;refresh&#8221; content=&#8220;0;URL=/pentaho&#8221;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;body&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;

&lt;p&gt;If I point my browser at port 80 on the appliance, i see the ICE32 appliance welcome page ok, and &lt;a href=&quot;http://xx.xx.xx.xx:8080/pentaho/welcome/welcome.html&quot;&gt;http://xx.xx.xx.xx:8080/pentaho/welcome/welcome.html&lt;/a&gt; works just fine (but the JS links don&#8217;t work), and &lt;a href=&quot;http://xx.xx.xx.xx:8099&quot;&gt;http://xx.xx.xx.xx:8099&lt;/a&gt; gives me the pentaho management console, which seem to work fine. These suggest tomcat is up and running ok.&lt;/p&gt;

&lt;p&gt;Set up: clean appliance (downloaded today) with the following changes only (as in README):&lt;br /&gt;
Updated web.xml/base&#45;url with my appliance&#8217;s IP&lt;br /&gt;
Updated /etc/hosts with my appliance&#8217;s IP&lt;br /&gt;
sudo /etc/init.d/pentaho stop&lt;br /&gt;
sudo /etc/init.d/pentaho start&lt;/p&gt;

&lt;p&gt;I&#8217;ve not done anything with shared folders, as I saw the message &#8220;initial install is using small internal local disk;&lt;br /&gt;
for larger data sets, you need to use shared/data and shared/cache&#8230;&#8221; and thought i&#8217;d get things working first without worrying about big data sets. Should this be a problem?&lt;/p&gt;

&lt;p&gt;I&#8217;ve checked the logs in /usr/local/pentaho/biserver&#45;ce/tomcat/logs, but not much shows up other than the fact the server has started.&lt;/p&gt;

&lt;p&gt;Any thoughts?&lt;/p&gt;

&lt;p&gt;Cheers,&lt;/p&gt;

&lt;p&gt;Ben
&lt;/p&gt;</description>
      <dc:date>2010-03-01T08:24:30-05:00</dc:date>
    </item>

    <item>
      <title>ICE Installation/startup errors</title>
      <link>http://www.infobright.org/Forums/viewthread/1403/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1403/#When:17:21:31Z</guid>
      <description>&lt;p&gt;ok guys..my mistake&#8230;Just figured out that RHEL4 is not in the list of supported platform for ICE&lt;/p&gt;

&lt;p&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/p&gt;

&lt;p&gt;DO NOT READ BELOW&lt;/p&gt;

&lt;p&gt;I am a newbie to ICE. Just started installing the latest ICE 3.3.1 on Red Hat Enterprise Linux 4 when I got whole bunch of installation errors &lt;/p&gt;

&lt;p&gt;[root@amrtrgt2 ~]# rpm &#45;ivh infobright&#45;3.3.1&#45;x86_64&#45;ice.rpm&lt;br /&gt;
Preparing&#8230;&amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;   ########################################### [100%]&lt;br /&gt;
Installing infobright 3.3.1 x86_64&lt;br /&gt;
The installer will generate /tmp/ib3.3.1&#45;install.log install trace log.&lt;br /&gt;
&amp;nbsp;  1:infobright &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  ########################################### [100%]&lt;br /&gt;
Creating/Updating datadir and cachedir&lt;br /&gt;
Creating user mysql and group mysql&lt;br /&gt;
Installing default databases&lt;br /&gt;
/usr/local/infobright/bin/my_print_defaults: /lib64/tls/libc.so.6: version `GLIBC_2.4&#8217; not found (required by /usr/local/infobright/bin/my_print_defaults)&lt;br /&gt;
Neither host &#8216;amrtrgt2&#8217; nor &#8216;localhost&#8217; could be looked up with&lt;br /&gt;
/usr/local/infobright/bin/resolveip&lt;br /&gt;
Please configure the &#8216;hostname&#8217; command to return a correct&lt;br /&gt;
hostname.&lt;br /&gt;
If you want to solve this at a later stage, restart this script&lt;br /&gt;
with the&#8212;force option&lt;br /&gt;
Failed on infobright initialization. You can investigate log files inside /usr/local/infobright/data.&lt;br /&gt;
System Physical memory: 11955(MB)&lt;br /&gt;
/var/tmp/rpm&#45;tmp.35637: line 296: /usr/local/infobright/data/brighthouse.ini: No such file or directory&lt;br /&gt;
mv: cannot stat `/usr/local/infobright/data/brighthouse.ini.tmp&#8217;: No such file or directory&lt;br /&gt;
Infobright optimal ServerMainHeapSize is set to 4000(MB)&lt;br /&gt;
Infobright optimal ServerCompressedHeapSize is set to 500(MB)&lt;br /&gt;
Infobright optimal LoaderMainHeapSize is set to 800(MB)&lt;br /&gt;
Infobright server installed into folder /usr/local/infobright&lt;br /&gt;
Installation log file /tmp/ib3.3.1&#45;install.log&lt;br /&gt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&lt;br /&gt;
To activate infobright server, please run ./postconfig.sh script from /usr/local/infobright&#45;3.3.1&#45;x86_64.&lt;br /&gt;
Example command: cd /usr/local/infobright&#45;3.3.1&#45;x86_64; ./postconfig.sh&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
On starting ICE server, it says &lt;/p&gt;

&lt;p&gt;[root@amrtrgt2 infobright&#45;3.3.1&#45;x86_64]# /etc/init.d/mysqld&#45;ib start&lt;br /&gt;
./bin/my_print_defaults: /lib64/tls/libc.so.6: version `GLIBC_2.4&#8217; not found (required by ./bin/my_print_defaults)&lt;br /&gt;
./bin/my_print_defaults: /lib64/tls/libc.so.6: version `GLIBC_2.4&#8217; not found (required by ./bin/my_print_defaults)&lt;br /&gt;
Starting MySQL.FATAL: kernel too old&lt;/p&gt;

&lt;p&gt;My kernel version is &lt;/p&gt;

&lt;p&gt;[root@amrtrgt2 infobright&#45;3.3.1&#45;x86_64]# uname &#45;a&lt;br /&gt;
Linux amrtrgt2 2.6.9&#45;5.ELsmp #1 SMP Wed Jan 5 19:29:47 EST 2005 x86_64 x86_64 x86_64 GNU/Linux&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Am I using wrong Linux version?&lt;/p&gt;

&lt;p&gt;Any help will be appreciated.
&lt;/p&gt;</description>
      <dc:date>2010-02-26T17:21:31-05:00</dc:date>
    </item>

    <item>
      <title>UNION ALL very slow</title>
      <link>http://www.infobright.org/Forums/viewthread/1401/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1401/#When:18:03:26Z</guid>
      <description>&lt;p&gt;When I run the following query UNION ALL I get the 1000 rows in 25&#45;30 seconds. I&#8217;ve reduced the query to its simplest form for demonstration purposes.&lt;/p&gt;

&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;z&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;account_number&lt;br /&gt;FROM&amp;nbsp;tickets&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;order_tickets_200911&amp;nbsp;z&lt;br /&gt;WHERE&amp;nbsp;z&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;order_date&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;2009&#45;11&#45;16&amp;nbsp;00:00:00&#39;&lt;br /&gt;&amp;nbsp;&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;z&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;order_date&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;2009&#45;11&#45;16&amp;nbsp;23:59:59&#39;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UNION&amp;nbsp;ALL&lt;br /&gt;SELECT&amp;nbsp;e&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;account_number&lt;br /&gt;&amp;nbsp;&amp;nbsp;FROM&amp;nbsp;tickets&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;execution_tickets_200911&amp;nbsp;e&lt;br /&gt;&amp;nbsp;WHERE&amp;nbsp;e&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;execution_date&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;2009&#45;11&#45;16&amp;nbsp;00:00:00&#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&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;e&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;execution_date&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;2009&#45;11&#45;16&amp;nbsp;23:59:59&#39;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;LIMIT&amp;nbsp;1000&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;From &lt;b&gt;bh.err&lt;/b&gt; for the UNION:
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;
2010&#45;02&#45;25 17:42:51 [730] T:&#45;1 = TABLE_ALIAS(T:0,&#8220;order_tickets_200911&#8221;)&lt;br /&gt;
T:&#45;2 = TMP_TABLE(T:&#45;1)&lt;br /&gt;
VC:&#45;2.0 = CREATE_VC(T:&#45;2,PHYS_COL(T:&#45;1,A:4))&lt;br /&gt;
A:&#45;1 = T:&#45;2.ADD_COLUMN(VC:&#45;2.0,LIST,&#8220;account_number&#8221;,&#8220;ALL&#8221;)&lt;br /&gt;
VC:&#45;2.1 = CREATE_VC(T:&#45;2,PHYS_COL(T:&#45;1,A:0))&lt;br /&gt;
VC:&#45;2.2 = CREATE_VC(T:&#45;2,EXPR(&#8220;2009&#45;11&#45;16 00:00:00&#8221;))&lt;br /&gt;
F:0 = CREATE_FILTER(T:&#45;2,VC:&#45;2.1,&amp;gt;=,VC:&#45;2.2,&amp;lt;null&amp;gt;,WHERE)&lt;br /&gt;
VC:&#45;2.3 = CREATE_VC(T:&#45;2,EXPR(&#8220;2009&#45;11&#45;16 23:59:59&#8221;))&lt;br /&gt;
F:0 = AND(F:0,VC:&#45;2.1,&amp;lt;=,VC:&#45;2.3,&amp;lt;null&amp;gt;)&lt;br /&gt;
T:&#45;2.FILTER(F:0)&lt;br /&gt;
T:&#45;3 = TABLE_ALIAS(T:1,&#8220;execution_tickets_200911&#8221;)&lt;br /&gt;
T:&#45;4 = TMP_TABLE(T:&#45;3)&lt;br /&gt;
VC:&#45;4.0 = CREATE_VC(T:&#45;4,PHYS_COL(T:&#45;3,A:2))&lt;br /&gt;
A:&#45;1 = T:&#45;4.ADD_COLUMN(VC:&#45;4.0,LIST,&#8220;account_number&#8221;,&#8220;ALL&#8221;)&lt;br /&gt;
VC:&#45;4.1 = CREATE_VC(T:&#45;4,PHYS_COL(T:&#45;3,A:1))&lt;br /&gt;
VC:&#45;4.2 = CREATE_VC(T:&#45;4,EXPR(&#8220;2009&#45;11&#45;16 00:00:00&#8221;))&lt;br /&gt;
F:1 = CREATE_FILTER(T:&#45;4,VC:&#45;4.1,&amp;gt;=,VC:&#45;4.2,&amp;lt;null&amp;gt;,WHERE)&lt;br /&gt;
VC:&#45;4.3 = CREATE_VC(T:&#45;4,EXPR(&#8220;2009&#45;11&#45;16 23:59:59&#8221;))&lt;br /&gt;
F:1 = AND(F:1,VC:&#45;4.1,&amp;lt;=,VC:&#45;4.3,&amp;lt;null&amp;gt;)&lt;br /&gt;
T:&#45;4.FILTER(F:1)&lt;br /&gt;
T:&#45;2 = UNION(T:&#45;2,T:&#45;4,1)&lt;br /&gt;
T:&#45;2.MODE(LIMIT,0,1000)&lt;br /&gt;
RESULT(T:&#45;2)&lt;/p&gt;

&lt;p&gt;2010&#45;02&#45;25 17:42:51 Type conversion for VC:2&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 Type conversion for VC:3&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Merging conditions&#8230;&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Initial execution plan (non&#45;join):&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Cnd(0):&amp;nbsp;  VC:1(t0a0) BET. VC:6 AND VC:9 &amp;nbsp;  &amp;nbsp;  (17.29)&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Packs/packrows after KN evaluation:&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] (t0) Pckrows: 9758, susp. 19 (9242 empty 497 full). Packs opened in 1 cond.: 19&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Packrows after exact evaluation (WHERE):&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] (t0): 9758 all packrows, 516 to open (including 497 full)&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 Type conversion for VC:2&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 Type conversion for VC:3&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Merging conditions&#8230;&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Initial execution plan (non&#45;join):&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Cnd(0):&amp;nbsp;  VC:1(t0a1) BET. VC:6 AND VC:9 &amp;nbsp;  &amp;nbsp;  (12.69)&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Packs/packrows after KN evaluation:&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] (t0) Pckrows: 142, susp. 4 (133 empty 5 full). Packs opened in 1 cond.: 4&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] Packrows after exact evaluation (WHERE):&lt;br /&gt;
2010&#45;02&#45;25 17:42:51 [730] (t0): 142 all packrows, 9 to open (including 5 full)
&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;But running each portion separately, the queries are sub&#45;second? Why? Even with more criteria, joins to dimension tables and 10 or 11 columns the individual queries take but a few seconds while the UNION ALL never finishes.&lt;/p&gt;

&lt;p&gt;From &lt;b&gt;bh.err&lt;/b&gt; (first query):&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;
2010&#45;02&#45;25 17:45:07 [736] T:&#45;1 = TABLE_ALIAS(T:0,&#8220;order_tickets_200911&#8221;)&lt;br /&gt;
T:&#45;2 = TMP_TABLE(T:&#45;1)&lt;br /&gt;
VC:&#45;2.0 = CREATE_VC(T:&#45;2,PHYS_COL(T:&#45;1,A:4))&lt;br /&gt;
A:&#45;1 = T:&#45;2.ADD_COLUMN(VC:&#45;2.0,LIST,&#8220;account_number&#8221;,&#8220;ALL&#8221;)&lt;br /&gt;
VC:&#45;2.1 = CREATE_VC(T:&#45;2,PHYS_COL(T:&#45;1,A:0))&lt;br /&gt;
VC:&#45;2.2 = CREATE_VC(T:&#45;2,EXPR(&#8220;2009&#45;11&#45;13 00:00:00&#8221;))&lt;br /&gt;
F:0 = CREATE_FILTER(T:&#45;2,VC:&#45;2.1,&amp;gt;=,VC:&#45;2.2,&amp;lt;null&amp;gt;,WHERE)&lt;br /&gt;
VC:&#45;2.3 = CREATE_VC(T:&#45;2,EXPR(&#8220;2009&#45;11&#45;13 23:59:59&#8221;))&lt;br /&gt;
F:0 = AND(F:0,VC:&#45;2.1,&amp;lt;=,VC:&#45;2.3,&amp;lt;null&amp;gt;)&lt;br /&gt;
T:&#45;2.FILTER(F:0)&lt;br /&gt;
T:&#45;2.MODE(LIMIT,0,1000)&lt;br /&gt;
RESULT(T:&#45;2)&lt;/p&gt;

&lt;p&gt;2010&#45;02&#45;25 17:45:07 Type conversion for VC:2&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 Type conversion for VC:3&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] Merging conditions&#8230;&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] Initial execution plan (non&#45;join):&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] Cnd(0):&amp;nbsp;  VC:1(t0a0) BET. VC:6 AND VC:9 &amp;nbsp;  &amp;nbsp;  (17.22)&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] Packs/packrows after KN evaluation:&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] (t0) Pckrows: 9758, susp. 19 (9276 empty 463 full). Packs opened in 1 cond.: 19&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] Packrows after exact evaluation (WHERE):&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] (t0): 9758 all packrows, 482 to open (including 463 full)&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] Displaying result: 1000 rows.&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736] Total data packs actually loaded (approx.): 9&lt;br /&gt;
2010&#45;02&#45;25 17:45:07 [736]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;From &lt;b&gt;bh.err&lt;/b&gt; (second query):&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;
2010&#45;02&#45;25 17:47:05 [736] T:&#45;1 = TABLE_ALIAS(T:0,&#8220;execution_tickets_200911&#8221;)&lt;br /&gt;
T:&#45;2 = TMP_TABLE(T:&#45;1)&lt;br /&gt;
VC:&#45;2.0 = CREATE_VC(T:&#45;2,PHYS_COL(T:&#45;1,A:2))&lt;br /&gt;
A:&#45;1 = T:&#45;2.ADD_COLUMN(VC:&#45;2.0,LIST,&#8220;account_number&#8221;,&#8220;ALL&#8221;)&lt;br /&gt;
VC:&#45;2.1 = CREATE_VC(T:&#45;2,PHYS_COL(T:&#45;1,A:1))&lt;br /&gt;
VC:&#45;2.2 = CREATE_VC(T:&#45;2,EXPR(&#8220;2009&#45;11&#45;16 00:00:00&#8221;))&lt;br /&gt;
F:0 = CREATE_FILTER(T:&#45;2,VC:&#45;2.1,&amp;gt;=,VC:&#45;2.2,&amp;lt;null&amp;gt;,WHERE)&lt;br /&gt;
VC:&#45;2.3 = CREATE_VC(T:&#45;2,EXPR(&#8220;2009&#45;11&#45;16 23:59:59&#8221;))&lt;br /&gt;
F:0 = AND(F:0,VC:&#45;2.1,&amp;lt;=,VC:&#45;2.3,&amp;lt;null&amp;gt;)&lt;br /&gt;
T:&#45;2.FILTER(F:0)&lt;br /&gt;
T:&#45;2.MODE(LIMIT,0,1000)&lt;br /&gt;
RESULT(T:&#45;2)&lt;/p&gt;

&lt;p&gt;2010&#45;02&#45;25 17:47:05 Type conversion for VC:2&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 Type conversion for VC:3&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] Merging conditions&#8230;&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] Initial execution plan (non&#45;join):&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] Cnd(0):&amp;nbsp;  VC:1(t0a1) BET. VC:6 AND VC:9 &amp;nbsp;  &amp;nbsp;  (12.69)&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] Packs/packrows after KN evaluation:&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] (t0) Pckrows: 142, susp. 4 (133 empty 5 full). Packs opened in 1 cond.: 4&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] Packrows after exact evaluation (WHERE):&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] (t0): 142 all packrows, 9 to open (including 5 full)&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] Displaying result: 1000 rows.&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736] Total data packs actually loaded (approx.): 0&lt;br /&gt;
2010&#45;02&#45;25 17:47:05 [736]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;
&lt;span style=&quot;color:red;&quot;&gt;&lt;br /&gt;
Some vitals on our system:&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
tickets.order_tickets_200911 &#45; 639467519 records&lt;br /&gt;
tickets.execution_tickets_200911 &#45; 9290427 records&lt;/p&gt;

&lt;p&gt;Red Hat Enterprise Linux Server release 5.1 / 64Gb RAM&lt;br /&gt;
IB_3.2_GA_5316(ice)&lt;br /&gt;
data and cache directories over NFS (Netapp SAN)&lt;/p&gt;

&lt;p&gt;ServerMainHeapSize = 24000&lt;br /&gt;
ServerCompressedHeapSize = 4000&lt;br /&gt;
LoaderMainHeapSize = 1200&lt;/p&gt;

&lt;p&gt;Thanks for the help! &lt;img src=&quot;http://www.infobright.org/images/smileys/smile.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smile&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2010-02-25T18:03:26-05:00</dc:date>
    </item>

    
    </channel>
</rss>