<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Infobright.org Forums</title>
    <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.infobright.org/Forums/atom/" />
    <updated>2012-01-10T08:15:13Z</updated>
    <rights>Copyright (c) 2012</rights>
    <generator uri="http://expressionengine.com/" version="1.6.7">ExpressionEngine</generator>
    <id>tag:infobright.org,2012:02:03</id>


    <entry>
      <title>Infobright server is stoped automatically.</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2707/" />      
      <id>tag:infobright.org,2012:Forums/viewthread/.2707</id>
      <published>2012-01-10T07:59:43Z</published>
      <updated>2012-01-10T08:15:13Z</updated>
      <author><name>sudheer__</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi ,</p>

<p>I am using Infobright 4.0 ICE and the server stops every two weeks. </p>

<p>Version: Server version: 5.1.40-log build number (revision)=IB_4.0_r13151_13690(ice)</p>

<p>Please find full error log. It seems there is some crash. Please suggest me for avoiding this issue. </p>

<p>Error log indicates frequently server is restarted and some times the service is try to start before the server was not properly stop. Then we are getting the following error message.</p>

<p>Please let me know why the server is crashed and how to avoid this issue. </p>

<p>thd: 0x2b755cbed320<br />
Attempting backtrace. You can use the following information to find out<br />
where mysqld died. If you see no messages after this, something went<br />
terribly wrong&#8230;<br />
stack_bottom = 0x2b75593fcf50 thread_stack 0x80000<br />
[0x996249]<br />
[0x4027da]<br />
[0xae5020]<br />
[0x78b9ea]<br />
[0x7047b8]<br />
[0x653fe2]<br />
[0x58f5da]<br />
[0x4a2958]<br />
[0x4eb9fa]<br />
[0x4b8851]<br />
[0x4b9e03]<br />
[0x4ac581]<br />
[0xae023d]<br />
[0xb24fb9]<br />
Trying to get some variables.<br />
Some pointers may be invalid and cause the dump to abort&#8230;<br />
thd-&gt;query at 0x2b755caf2700 is an invalid pointer<br />
thd-&gt;thread_id=7526<br />
thd-&gt;killed=NOT_KILLED<br />
The manual page at <a href="http://dev.mysql.com/doc/mysql/en/crashing.html">http://dev.mysql.com/doc/mysql/en/crashing.html</a> contains<br />
information that should help you find out what is causing the crash.<br />
pure virtual method called<br />
terminate called without an active exception<br />
Fatal signal 6 while backtracing<br />
terminate called recursively<br />
120110 13:12:19 mysqld_safe Number of processes running now: 0<br />
120110 13:12:19 mysqld_safe mysqld restarted<br />
120110 13:12:19 [Warning] The syntax &#8216;&#8212;log_slow_queries&#8217; is deprecated and will be removed in MySQL 7.0. Please use &#8216;&#8212;slow_query_log&#8217;/&#8217;&#8212;slow_query_log_file&#8217; instead.<br />
Loading configuration for Infobright instance ...<br />
Option: AllowMySQLQueryPath, value: 0.<br />
Option: AutoConfigure, value: 0.<br />
Option: CacheFolder, value: /usr/local/infobright-4.0.3-x86_64/cache.<br />
Option: ControlMessages, value: 0.<br />
Option: InternalMessages, value: 0.<br />
Option: KNFolder, value: BH_RSI_Repository.<br />
Option: KNLevel, value: 99.<br />
Option: LicenseFile, value: &lt;unknown&gt;.<br />
Option: LoaderMainHeapSize, value: 800.<br />
Option: PushDown, value: 1.<br />
Option: ServerMainHeapSize, value: 6000.<br />
Option: UseMySQLImportExportDefaults, value: 0.<br />
Infobright instance configuration loaded.</p>

<p><br />
120110 13:12:19 [ERROR] Can&#8217;t start server: Bind on TCP/IP port: Address already in use<br />
120110 13:12:19 [ERROR] Do you already have another mysqld server running on port: 5029 ?<br />
120110 13:12:19 [ERROR] Aborting</p>

<p>120110 13:12:19 [Note] /usr/local/infobright-4.0.3-x86_64/bin/mysqld: Shutdown complete</p>

<p><br />
 
Regards </p>

<p>Sudheer.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to optimize a &#8216;Between&#8217; Join</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2698/" />      
      <id>tag:infobright.org,2011:Forums/viewthread/.2698</id>
      <published>2011-12-29T12:50:14Z</published>
      <updated></updated>
      <author><name>spid</name></author>
      <content type="html">
      <![CDATA[
        <p>The following query is not rendering at all.. Using build number (revision)=IB_4.0_r13151_13690(ice)</p>

<p>Session (25M Rows)<br />&#8212;&#8212;&#8212;&#8212;-<br />
Session_ID &nbsp;  &nbsp;  &nbsp;   Integer<br />
Session_Date &nbsp;  &nbsp;   Date<br />
Decimal_User_IP &nbsp; Decimal(10,0)</p>

<p>IP_Range (200K records)<br />&#8212;&#8212;&#8212;&#8212;<br />
Start_IP &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  Decimal(10,0)<br />
End_IP &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp; Decimal(10,0)<br />
Loc_ID &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp; Integer</p>

<p><br />
Select <br />
A.Session_ID<br />
B.Loc_ID<br />
From<br />
Session A,<br />
IP_Range B<br />
Where<br />
A.Decimal_User_IP Between B.Start_IP AND B.End_IP</p>

<p> The query renders in no time (less than 10 secs) on MySQL Workbench since it fetches only 1000 recs. However, when I write the Select to an output file through &#8216;Select ... INTO OUTFILE .... etc.,), the query has been running for ever.&nbsp; I tried to reduce the number of rows in Session Table by filtering on Session_Date, but its not helping.</p>

<p>Any suggestions on optimizing it. </p>

<p>Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Table getting hanged</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2705/" />      
      <id>tag:infobright.org,2012:Forums/viewthread/.2705</id>
      <published>2012-01-07T04:53:30Z</published>
      <updated></updated>
      <author><name>sudheer__</name></author>
      <content type="html">
      <![CDATA[
        <p>We are facing one problem with infobright ICE 3.5 and some tables are getting hanged also not able to support continuous data load. why we are getting system lock state on executing. It had been showing lang backup </p>

<p>show processlist;</p>

<p>113957 &nbsp;  root &nbsp;  localhost:4274 &nbsp;  information_schema &nbsp;  Query &nbsp;  0 &nbsp;  executing &nbsp;  select * from processlist<br />
113412 &nbsp;  root &nbsp;  localhost:3547 &nbsp;  sdh &nbsp;  Query &nbsp;  689 &nbsp;  System lock &nbsp;  check table datastoretwo<br />
112559 &nbsp;  root &nbsp;  srvtest:2404 &nbsp;  sdh &nbsp;  Sleep &nbsp;  1 &nbsp;  &nbsp;   \N<br />
110810 &nbsp;  root &nbsp;  srvtest:3854 &nbsp;  sdh &nbsp;  Sleep &nbsp;  0 &nbsp;  &nbsp;   \N<br />
109486 &nbsp;  root &nbsp;  srvtest:1667 &nbsp;  sdh &nbsp;  Sleep &nbsp;  1 &nbsp;  &nbsp;   \N<br />
106971 &nbsp;  root &nbsp;  srvtest:3929 &nbsp;  sdh &nbsp;  Query &nbsp;  9934 &nbsp;  System lock &nbsp;  SELECT SUM(price),MONTH(datetime),MIN(price) FROM summary_temp_condition_51880  WHERE  sno  between &#8216;13&#8217; and &#8216;14&#8217;&nbsp; AND  NAMES  = &#8216;serome&#8217;&nbsp; GROUP BY MONTH(datetime)&nbsp; ORDER BY NAMES LIMIT 1<br />
106146 &nbsp;  root &nbsp;  srvtest:2564 &nbsp;  sdh &nbsp;  Sleep &nbsp;  9934 &nbsp;  &nbsp;   \N<br />
103671 &nbsp;  root &nbsp;  srvtest:2418 &nbsp;  sdh &nbsp;  Sleep &nbsp;  0 &nbsp;  &nbsp;   \N<br />
102435 &nbsp;  root &nbsp;  srvtest:4478 &nbsp;  sdh &nbsp;  Sleep &nbsp;  7207 &nbsp;  &nbsp;   \N</p>

<p>We are getting the following error in application. </p>

<p>&nbsp;  &nbsp;   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.mysql.jdbc.Connection.commit(Connection.java:2283)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.imi.sdhetl.QuartzETLProcessor.createAndLoadTable(QuartzETLProcessor.java:3048)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.imi.sdhetl.QuartzETLProcessor.runETLProcess(QuartzETLProcessor.java:1986)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at com.imi.sdhetl.job.ETLJob.execute(ETLJob.java:39)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at org.quartz.core.JobRunShell.run(JobRunShell.java:206)</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:548)
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to load data using SSIS</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2666/" />      
      <id>tag:infobright.org,2011:Forums/viewthread/.2666</id>
      <published>2011-11-30T06:12:21Z</published>
      <updated></updated>
      <author><name>laurus</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi everyone,</p>

<p>I&#8217;m trying to load a huge table into Infobright through SQL Server Information Services (SSIS).</p>

<p>I&#8217;ve installed several connectors (MySQL ODBC Connnector, dotConnect). </p>

<p>No I can connecto to MySQL, create schema for table (ICE Breaker) but the problem is with load data. </p>

<p>Message I recieve: </p>

<p>Error: 0xC020844B at Data Flow Task, ADO NET Destination 1 [143]: An exception has occurred during data insertion, the message returned from the provider is: </p>

<p>ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.1.40]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;&#8220;curr&#8221; (&#8220;ID&#8221;, &#8220;NAME&#8221;, &#8220;ISOCODE&#8221;, &#8220;COUNTRY_ID&#8221;, &#8220;ISSUPPORTED&#8221;, &#8220;MINEVENTAMOUNT&#8221;, &#8217; at line 1</p>

<p>Does anyone have an idea, how to solve that problem? It is connected with the MySQL syntax, and I know that I need to remove the quotation marks. I just don&#8217;t know how&#8230;</p>

<p>I must say, that I can not export data through flat file - need to do it automatically.</p>

<p>Thanks in advance for Your help!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>MS Sql to ICE character set conversion</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2512/" />      
      <id>tag:infobright.org,2011:Forums/viewthread/.2512</id>
      <published>2011-08-20T11:58:12Z</published>
      <updated></updated>
      <author><name>kiriko</name></author>
      <content type="html">
      <![CDATA[
        <p>I am really new about ICE. </p>

<p>I use to Ice breaker tool for exporting ms sql data . I used everything default to create csv export . I create a database in ICE and then i start  load data infile process. When finished process I checked my table and i didnt see turkish characters. <br />
i tried i a few different process but no result. .<br />
 
What should i do exactly see turkish character on on ICE ?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>MS SQL 2003 to Infobright</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2514/" />      
      <id>tag:infobright.org,2011:Forums/viewthread/.2514</id>
      <published>2011-08-22T11:26:03Z</published>
      <updated></updated>
      <author><name>gawdsed</name></author>
      <content type="html">
      <![CDATA[
        <p>Has any one found a way to successfully convert the database from MS SQL 2003 to Infobright?</p>

<p>I&#8217;ve tried many tools but none seem to work right&#8230; I was able to remove PK&#8217;s, FKs, to get about 1/3 of  the tables to move over using MySQL migration tool, and although the community ICE Breaker tool is nice and seems to work great, I can&#8217;t move anything over to the database because the tool doesn&#8217;t support DELETE, INSERT and I forget the last one.</p>

<p>So, I&#8217;m looking for a tool or some way to move the data over to infrobright from a MS SQL server 2003&#8230;. can anyone give me a suggestion or a hint?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to update a field with a surrogate key</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2428/" />      
      <id>tag:infobright.org,2011:Forums/viewthread/.2428</id>
      <published>2011-07-07T15:45:04Z</published>
      <updated>2011-07-07T15:46:23Z</updated>
      <author><name>mfiume</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi All,</p>

<p>I should preface this query by saying that I am very new to databases, and feel like there may be something egregious with what I am trying to do.</p>

<p>Experimenting with Infobright 3.5.2. So far so good on querying single tables, but joining seems very slow. I have two tables A and B. A is 8 million records long and B is 80 million records long.</p>

<p>A simple join on 3 columns takes 20 seconds, which is much too long for my application. Q1: is this a reasonable time given a decent server?</p>

<p>I decided to create a surrogate key of records in B. However, when I try to populate the corresponding value in A, my 32GB server runs out of memory after about 40 minutes, after which I kill the query. Here is the query I am running:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">UPDATE&nbsp;A<br />SET&nbsp;A</span><span style="color: #007700">.</span><span style="color: #0000BB">bid&nbsp;</span><span style="color: #007700">=<br />(&nbsp;</span><span style="color: #0000BB">SELECT&nbsp;B</span><span style="color: #007700">.</span><span style="color: #0000BB">bid<br />FROM&nbsp;B<br />WHERE&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">conditions</span><span style="color: #007700">&gt;)<br /></span><span style="color: #0000BB">WHERE&nbsp;EXISTS<br /></span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">SELECT&nbsp;B</span><span style="color: #007700">.</span><span style="color: #0000BB">bid<br />FROM&nbsp;B<br />WHERE&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">conditions</span><span style="color: #007700">&gt;);&nbsp;</span>
</span>
</code></div>

<p>Q2: is this a terribly wrong way to accomplish this?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Newbie question create table</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2466/" />      
      <id>tag:infobright.org,2011:Forums/viewthread/.2466</id>
      <published>2011-07-25T00:56:19Z</published>
      <updated>2011-07-25T00:57:32Z</updated>
      <author><name>peraski</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi everyone, </p>

<p>I have the following problem, <br />
I  am trying to create a table with 8000 columns with the following sentence:</p>

<p><b>create table test (col_1 tinyint(1), col_2 tinyint(1), ...., col_8000 tinyint(1)) engine= brighthouse;</b></p>

<p>But when i executed this statement i got this error: ERROR 1117 (HY000) at line 1: Too many columns</p>

<p>I hope someone can help me, i have googled a lot, but i have found nothing.</p>

<p>Regards,<br />
Ivan
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>bulk loading solution&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/2180/" />      
      <id>tag:infobright.org,2011:Forums/viewthread/.2180</id>
      <published>2011-04-03T21:01:13Z</published>
      <updated></updated>
      <author><name>dba_rta</name></author>
      <content type="html">
      <![CDATA[
        <p>Any tips or tricks for a failsafe mode to keep LOAD DATA INFILE from the error out?&nbsp; Know that is vague.&nbsp; The bottom line is i love the concept of infobright, but using windows and trying to get data into infobright is a nightmare.&nbsp; Tried pentaho bulk loader.&nbsp; fastest speed i could get was 350-400 rows per second.&nbsp; thanks for any help.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>DB2 to Infobright real time replication</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1399/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1399</id>
      <published>2010-02-25T11:55:23Z</published>
      <updated></updated>
      <author><name>Christian Schuster</name></author>
      <content type="html">
      <![CDATA[
        <p>Is DB2 to Infobright real time replication possible?<br />
Probably not with ICE, but what about IEE?
</p>
      ]]>
      </content>
    </entry>


</feed>
