MySQL Forums
Forum List  »  Archive Storage Engine

Re: Parallel table scans
Posted by: Brian Aker
Date: January 08, 2006 02:54PM

Hi!

Sounds like you will want to plan to use the partitioning engine in 5.1. I would also seriously consider using a 64bit machine for addressing issues.

Right now you can't create an archive file on a different disk via CREATE TABLE, but I believe once the table is created you could move the data file around with symlinks. Adding the code for supporting this natively through SQL wouldn't be that hard.

Cheers,

-Brian

Options: ReplyQuote


Subject
Views
Written By
Posted
6464
January 08, 2006 01:18PM
Re: Parallel table scans
3893
January 08, 2006 02:54PM


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.