Re: Bulk INSERT performance question

2008-07-26 Thread Ananda Kumar
You can also set the bulk_insert_buffer_size=between 500MB TO 1GB, based on available RAM. This would improve bulk insert on myisam tables. regards anandkl On 7/26/08, mos [EMAIL PROTECTED] wrote: At 06:46 PM 7/25/2008, you wrote: List, I am bulk inserting a huge amount of data into a

Bulk INSERT performance question

2008-07-25 Thread Tobias Knaup
List, I am bulk inserting a huge amount of data into a MyISAM table (a wikipedia page dump). Before I issued SOURCE filename.sql; I did an ALTER TABLE page DISABLE KEYS; LOCK TABLES page WRITE; The dump consists of about 1,200 bulk INSERT statements with roughly 12,000 tuples each. For the

Re: Bulk INSERT performance question

2008-07-25 Thread mos
At 06:46 PM 7/25/2008, you wrote: List, I am bulk inserting a huge amount of data into a MyISAM table (a wikipedia page dump). Before I issued SOURCE filename.sql; I did an ALTER TABLE page DISABLE KEYS; LOCK TABLES page WRITE; The dump consists of about 1,200 bulk INSERT statements with