Re: table across multiple files

2004-06-24 Thread Eric Bergen
Another option depending on your needs would be the MERGE table type. -Eric On Thu, 24 Jun 2004 22:21:58 +0100, Andrew Pattison <[EMAIL PROTECTED]> wrote: > > The standard MySQL distribution comes with InnoDB support. You can also > split tables into up to 255 blocks using MyISAMs RAID support.

Re: table across multiple files

2004-06-24 Thread Andrew Pattison
The standard MySQL distribution comes with InnoDB support. You can also split tables into up to 255 blocks using MyISAMs RAID support. Cheers Andrew. - Original Message - From: "Rahul Sood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 10:14 PM Subject: table