<?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 2012</dc:rights>
    <dc:date>2012-02-03T08:56:04-04:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>ICE Data Loading using Telend</title>
      <link>http://www.infobright.org/Forums/viewthread/2743/</link>
      <guid>http://www.infobright.org/Forums/viewthread/2743/#When:08:56:04Z</guid>
      <description>&lt;p&gt;Hi All,&lt;/p&gt;

&lt;p&gt;Can any one tell me.&lt;br /&gt;
Is ICE supports Data Loading using Telend ?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br /&gt;
Rajeev
&lt;/p&gt;</description>
      <dc:date>2012-02-03T08:56:04-04:00</dc:date>
    </item>

    <item>
      <title>ICE 4.0 Feature request &#45; Create Temp Tables.</title>
      <link>http://www.infobright.org/Forums/viewthread/2729/</link>
      <guid>http://www.infobright.org/Forums/viewthread/2729/#When:15:53:59Z</guid>
      <description>&lt;p&gt;We are testing ICE 4.0 and currently trying to run some reports using MicroStrategy. One main limitation for running reports is not having &#8220;Create Temporary Table&#8221; option in ICE, since Microstrategy creates temporary tables for running reports (except for free from SQL option which we dont want test.) for executing queries.&lt;/p&gt;

&lt;p&gt;We cannot download IEE since its having limited trial period and our tests can run for couple of months.&amp;nbsp; Is there any possibility now or in near future to add &#8220;create temp table&#8221; functionality to ICE ?
&lt;/p&gt;</description>
      <dc:date>2012-01-25T15:53:59-04:00</dc:date>
    </item>

    <item>
      <title>The datafile  .ctb question</title>
      <link>http://www.infobright.org/Forums/viewthread/2635/</link>
      <guid>http://www.infobright.org/Forums/viewthread/2635/#When:01:19:04Z</guid>
      <description>&lt;p&gt;Hi All&lt;br /&gt;
I found the data ctb file that When the column data  more than 1M, data/test/my_1 / will generate the second data file  TA0000100000000.ctb&lt;br /&gt;
Since then, each load will alternately  write  the two files（TA0000100000000.ctb+TA0000100000001.ctb）,&lt;br /&gt;
Why does this design?&lt;/p&gt;

&lt;p&gt;and other quesion&lt;br /&gt;
the data manager ppt  said that&lt;br /&gt;
“&lt;br /&gt;
Once the cluster size limit has been reached, Infobright creates a new file to store the&lt;br /&gt;
additional Data Packs.&lt;br /&gt;
”&lt;br /&gt;
myfile is much less than 2G&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
appreciate for your reply……
&lt;/p&gt;</description>
      <dc:date>2011-11-14T01:19:04-04:00</dc:date>
    </item>

    <item>
      <title>Infobright ICE on Mac OS/X</title>
      <link>http://www.infobright.org/Forums/viewthread/1644/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1644/#When:15:01:42Z</guid>
      <description>&lt;p&gt;Any interest in having us port ICE to OS/X on the Mac?
&lt;/p&gt;</description>
      <dc:date>2010-07-14T15:01:42-04:00</dc:date>
    </item>

    <item>
      <title>GROUP_CONCAT not supported by Infobright</title>
      <link>http://www.infobright.org/Forums/viewthread/1668/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1668/#When:14:23:13Z</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have a few queries that do something like:&lt;/p&gt;

&lt;p&gt;select t1.id, t2.names&lt;br /&gt;
from table1 t1&lt;br /&gt;
left join (&lt;br /&gt;
&amp;nbsp; select id,group_concat(name) as names&lt;br /&gt;
&amp;nbsp; from table2&lt;br /&gt;
&amp;nbsp; group by id&lt;br /&gt;
) t2 on (t2.id=t1.id)&lt;br /&gt;
group by t1.id;&lt;/p&gt;

&lt;p&gt;If I run the select in the left join by itself it runs pretty fast:&lt;/p&gt;

&lt;p&gt;&amp;nbsp; select id,group_concat(name) as names&lt;br /&gt;
&amp;nbsp; from table2&lt;br /&gt;
&amp;nbsp; group by id;&lt;/p&gt;

&lt;p&gt;But when I add the group_concat into another query (inside the left join or any other complex query) it takes forever to run even when the tables just have a few thousand rows.&lt;/p&gt;

&lt;p&gt;Are there any plans to implement group_concat on Infobright so that queries don&#8217;t run on MySQL engine?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Ivan.
&lt;/p&gt;</description>
      <dc:date>2010-07-29T14:23:13-04:00</dc:date>
    </item>

    <item>
      <title>Infobright Crash</title>
      <link>http://www.infobright.org/Forums/viewthread/2411/</link>
      <guid>http://www.infobright.org/Forums/viewthread/2411/#When:09:22:47Z</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I&#8217;ve got some problem of crash with IB&lt;br /&gt;
I do not understand the reason&lt;/p&gt;

&lt;p&gt;You can find in attachement the bh.err and my config&#8217;s files&lt;/p&gt;

&lt;p&gt;Hope someone can help me.&lt;/p&gt;

&lt;p&gt;It&#8217;s a little urgent because i&#8217;m on production&#8230;..&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

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

&lt;p&gt;Jean&#45;Philippe
&lt;/p&gt;</description>
      <dc:date>2011-07-01T09:22:47-04:00</dc:date>
    </item>

    <item>
      <title>Create As Select and lookup</title>
      <link>http://www.infobright.org/Forums/viewthread/2162/</link>
      <guid>http://www.infobright.org/Forums/viewthread/2162/#When:10:15:14Z</guid>
      <description>&lt;p&gt;I often create tables with the use of &#8220;create table table_name as select&#8230;&#8221;. By looking at &#8220;show create table&#8221; I noticed that Infobright will sometimes create lookups in such tables (&#8220;comment &#8216;lookup&#8217;&#8221;). &lt;/p&gt;

&lt;p&gt;Is there a way to control which field will be created as a lookup in a &#8220;create table .. as select ..&#8221; statement? &lt;/p&gt;

&lt;p&gt;Thanks,&lt;br /&gt;
Radek
&lt;/p&gt;</description>
      <dc:date>2011-03-31T10:15:14-04:00</dc:date>
    </item>

    <item>
      <title>Installation problem &#45; Infobright IEE trail</title>
      <link>http://www.infobright.org/Forums/viewthread/1968/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1968/#When:15:03:20Z</guid>
      <description>&lt;p&gt;After installation based on the youtube video, When infobright command line client is invoke , it closes automatically&lt;/p&gt;

&lt;p&gt;regards&lt;br /&gt;
padmi
&lt;/p&gt;</description>
      <dc:date>2011-02-01T15:03:20-04:00</dc:date>
    </item>

    <item>
      <title>Allow INSERTs from SELECTS</title>
      <link>http://www.infobright.org/Forums/viewthread/2024/</link>
      <guid>http://www.infobright.org/Forums/viewthread/2024/#When:08:56:06Z</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;First, thanks for all the features available in ICE.&lt;br /&gt;
I know that you keep DML for the enterprise version for commercial purposes.&lt;br /&gt;
Even though there are great open source ETL softwares available, I like to run some of the transformations directly in ICE because of its excellent speed.&lt;br /&gt;
The DML functions I miss the most are:&lt;br /&gt;
1. TRUNCATE TABLE &#45; I know about and actually use the stored procedure which recreates the table.&amp;nbsp; But I think this could be made available without the need for the stored procedure.&lt;br /&gt;
2. INSERT INTO ... SELECT ... : INSERTs directlly from the result of a query: I know you can export the result from a query and then load it afterwards and that&#8217;s what I currently do, but this seems so awkward and time consuming (and also disk space consuming). But allowing inserts from a query would make it follow the standards and much easier to use in transformations.&lt;br /&gt;
3. A way to delete the files used in the dumping and loading routines like the one above since currently I need to dump the result of the query and reload it afterwards.&amp;nbsp; But how can I delete this file from an Infobright connection?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

&lt;p&gt;Luis Fernando
&lt;/p&gt;</description>
      <dc:date>2011-02-21T08:56:06-04:00</dc:date>
    </item>

    <item>
      <title>when will ICE supports parallel&#63;</title>
      <link>http://www.infobright.org/Forums/viewthread/1919/</link>
      <guid>http://www.infobright.org/Forums/viewthread/1919/#When:01:16:35Z</guid>
      <description>&lt;p&gt;even 1/2 of cpu cores
&lt;/p&gt;</description>
      <dc:date>2010-12-24T01:16:35-04:00</dc:date>
    </item>

    
    </channel>
</rss>
