MySQL Forums
Forum List  »  Performance

Re: Optimizing the MySQL server performance
Posted by: bob ly
Date: September 29, 2005 08:23AM

Thanks for the response.
Actually I do a 1 row per insert statetment. I could have done a LOAD DATA INFILE if i was just dumping the data files completely. I add in 4 fields apart from those present in the data files which match each line. So i am not able to do a multi row insertion.

And I using INSERT LOW PRIORITY instead of INSERT DELAYED so that read access has more priority. Which is better - LOW PRIORITY OR DELAYED ? Is there anything I could at the OS level so that my perl script which do the loading process has a lower priority

Options: ReplyQuote


Subject
Views
Written By
Posted
1858
September 21, 2005 04:29PM
1382
September 23, 2005 01:59PM
1415
September 27, 2005 09:16AM
Re: Optimizing the MySQL server performance
1432
September 29, 2005 08:23AM


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.