Re: Bulk Insertion Performance

2010-12-18 Thread Feris Thia
Hi Johan, On Thu, Dec 16, 2010 at 4:03 PM, Johan De Meersman wrote: > Hmm, interesting. What does this do, exactly ? Can something similar be > applied to non-jdbc connections, too ? > I'm not quite sure... but will try to trace it. Will ask this in another thread. FYI, when I try it using FIF

Re: Bulk Insertion Performance

2010-12-16 Thread Johan De Meersman
Hmm, interesting. What does this do, exactly ? Can something similar be applied to non-jdbc connections, too ? On Thu, Dec 16, 2010 at 8:34 AM, Feris Thia < milis.datab...@phi-integration.com> wrote: > Hi Mark, > > On Thu, Dec 16, 2010 at 4:50 AM, Mark Matthews > wrote: > > > Feris, > > > > I d

Re: Bulk Insertion Performance

2010-12-15 Thread Feris Thia
Hi Mark, On Thu, Dec 16, 2010 at 4:50 AM, Mark Matthews wrote: > Feris, > > I don't know what Kettle is doing under the hood, but if it's doing > addBatch(), executeBatch(), then adding "rewriteBatchedStatements=true" to > your MySQL JDBC URL should probably help quite a bit. > It works. By ha

Re: Bulk Insertion Performance

2010-12-15 Thread Mark Matthews
On Dec 14, 2010, at 7:21 PM, Feris Thia wrote: > Hi Mark, > > On Wed, Dec 15, 2010 at 8:10 AM, Mark Matthews > wrote: > Feris, > > *How* are you writing, via batch statements with rewriting, or directly, or > via LOAD DATA INFILE? It seems you're off by about a factor of 10-20x from > what

Re: Bulk Insertion Performance

2010-12-14 Thread Feris Thia
Hi Mark, On Wed, Dec 15, 2010 at 8:10 AM, Mark Matthews wrote: > Feris, > > *How* are you writing, via batch statements with rewriting, or directly, or > via LOAD DATA INFILE? It seems you're off by about a factor of 10-20x from > what I've seen performance-wise for writes. > I'm using ETL mean

Re: Bulk Insertion Performance

2010-12-14 Thread Mark Matthews
On Dec 14, 2010, at 6:51 PM, Feris Thia wrote: > Hi All, > > I have a data warehouse infrastructure with following configuration : > - MySQL 5.0 MyISAM + InndoDB enabled (XAMPP Distribution) > - Windows 2003 64 bit data center edition > - Java Runtime 6 - 32 bit version > > And have ETL running

Bulk Insertion Performance

2010-12-14 Thread Feris Thia
Hi All, I have a data warehouse infrastructure with following configuration : - MySQL 5.0 MyISAM + InndoDB enabled (XAMPP Distribution) - Windows 2003 64 bit data center edition - Java Runtime 6 - 32 bit version And have ETL running data warehouse process. Reading is impressive, 12,000 rows per s