MySQL Forums
Forum List  »  Knowledge Base

Re: MySQL For large number of files
Posted by: Paul Svirin
Date: October 15, 2009 04:17PM

And why not?

For using such big amount of data you can use Merge engine: http://dev.mysql.com/doc/refman/5.0/en/merge-storage-engine.html .

And for searching - create indexes in order not to scan the complete table for the criteria match.

----------
StarWind Software developer ( http://www.starwindsoftware.com )

Options: ReplyQuote


Subject
Views
Written By
Posted
2715
October 09, 2009 02:12PM
Re: MySQL For large number of files
1768
October 15, 2009 04:17PM


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.