MySQL Forums
Forum List  »  Performance

Re: High cpu load problem
Posted by: mike wylie
Date: July 19, 2005 12:59AM

The system works by importing all of the data to an import table first, then works through the import table digesting the information.

The digesting step is quite intensive as it inserts into a couple of tables, but it also does a number of selects to check for duplicates.

Once all of the data is digested, a second process selects every entry in the main table - as we then apply text indexing. This final step of selecting everything one by one seems to hammer mysql. It can take a couple of days to finish.

Any further thoughts on tweaks?

I have posted the system variables in reply to another user, this may spread some light?

Many thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
25920
July 18, 2005 03:00AM
9471
July 18, 2005 05:16AM
9063
July 18, 2005 04:46PM
9557
July 19, 2005 12:49AM
9223
July 19, 2005 04:04AM
7846
July 19, 2005 06:35AM
8213
July 19, 2005 06:22PM
10484
July 19, 2005 10:01AM
6620
July 25, 2005 03:15AM
7251
July 18, 2005 05:50PM
Re: High cpu load problem
6165
July 19, 2005 12:59AM


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.