From: Eric Bergen Date: June 24 2004 10:33pm Subject: Re: table across multiple files List-Archive: http://lists.mysql.com/mysql/167874 Message-Id: <11b1bd99040624153340359e62@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Another option depending on your needs would be the MERGE table type. -Eric On Thu, 24 Jun 2004 22:21:58 +0100, Andrew Pattison wrote: > > 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" > To: > Sent: Thursday, June 24, 2004 10:14 PM > Subject: table across multiple files > > > I'm installing mysql 4.0 on Linux x86 > > > > The application for which I'm using mysql requires support for splitting a > table across multiple OS files. On the mysql website I read that this can be > done with InnoDB storage engine. Does mysql 4.0 Standard version (which > includes InnoDB) have this feature ? > > > > Will it be necessary to get mysql 4.0 Max version ? The website said this > version has some extra features such as Berkeley DBM and support for > splitting a table across multiple files. > > > > -Thanks, > > Rahul Sood > > rsdev20@stripped > > > > > > --------------------------------- > > Do you Yahoo!? > > New and Improved Yahoo! Mail - 100MB free storage! > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=eric.bergen@stripped > >