MySQL Forums
Forum List  »  Performance

load data performance problem
Posted by: Tim Besser
Date: February 17, 2005 08:22AM

Doing some bulk loading on a table with a 'longtext'. Have ~150K records, the longtext field varies from 0-8k in length. I get about half the records and inserts come to a grinding halt, or at least very slow. Tried breaking the data load up into 1k record files, but it still tends to slow down about the same place. Table is using InnoDB storage, but I've tried the same with MYISAM with similar results. The CPU of the mysql process gets pegged at 100% even when inserts are apparently barely being done.

Using 4.1.7 on Linux. Any ideas what I can look at or what the problem might be?

--tim

Options: ReplyQuote


Subject
Views
Written By
Posted
load data performance problem
2399
February 17, 2005 08:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.