MySQL Forums
Forum List  »  Optimizer & Parser

Re: how to store 10GB data in a table(using mysql 5.0.24).
Posted by: Olexandr Novosad
Date: May 26, 2007 03:45AM

IMHO you can't use MyISAM (default) engine in fact of limitation of filesystem and probably MySQL itself. But you are able to use:
1) MERGE engine, which consists of merged MyISAM tables;
2) InnoDB engine, which splits table space on few files;
Seems that's all.
Cheers

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to store 10GB data in a table(using mysql 5.0.24).
2860
May 26, 2007 03:45AM


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.