MySQL Forums
Forum List  »  Optimizer & Parser

Re: Large database
Posted by: Albert Arul prakash Rajendran
Date: February 09, 2007 01:42AM

try to use recordset.getrows. this will send complete data in the result in the array and you can close the record set after get rows.

This will reduce the time delay in DB retrival.

Try to use indexing.

Options: ReplyQuote


Subject
Views
Written By
Posted
3355
January 12, 2007 07:45AM
Re: Large database
2104
February 09, 2007 01:42AM
1942
February 14, 2007 06:55AM
2161
February 14, 2007 06:47PM
2054
February 15, 2007 05:35AM
2170
February 15, 2007 05:13PM


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.