MySQL Forums
Forum List  »  Performance

Re: UPDATE 6m records quickly
Posted by: Peter Crosbie
Date: January 25, 2005 12:47AM

James

Thanks for the input.

I'll check the cache size and I will try reordering my program to process in chunks rather than a table at a time although I won't always be able to do that as the tables include time series data where each row is the price of a particular security at a particular point in time and I need to calc returns, trends or other values that can cross "chunks".

I have almost given up on MySQl for this application. I may continue to use it as a permanent data store and read data from it only updating in a batch fashion probably using LOAD FILE or something overnight.

I will use a simple proprietary fixed record file system for working space in my calculations.

Do you think MySQL will have server side cursors accessible from clients one day?

Peter

Options: ReplyQuote


Subject
Views
Written By
Posted
3437
January 23, 2005 03:47PM
2013
January 24, 2005 01:04AM
2184
January 24, 2005 03:51PM
2020
January 24, 2005 03:53PM
2121
January 24, 2005 09:43PM
Re: UPDATE 6m records quickly
1998
January 25, 2005 12:47AM
1925
January 25, 2005 02:41PM
1964
January 25, 2005 11:32PM
2073
January 26, 2005 03:41AM


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.