MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Speed problem on large tables
Posted by: Mike Hillyer
Date: October 13, 2004 07:28AM

Or: Query it and cache the result, then requery when changes happen and update the cache. Or even use the built-in query cache, then only the first query will take 15 seconds and all the rest will return instantly until the data changes.

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535

Blog: http://www.openwin.org/mike

"The Open Source movement has become a major force across the software industry, and MySQL is the world's most popular open source database."
--Fortune Magazine

Options: ReplyQuote


Subject
Written By
Posted
October 11, 2004 03:19AM
Re: Speed problem on large tables
October 13, 2004 07:28AM


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.