Re: Index clustered tables
Hello,
On Wed, Jul 25, 2007 at 09:37:11PM +0530, Kalyankumar Ramaseshan wrote:
> Is there a Index clustered tables in MySQL? Any of the storage engines > support this?
I am not sure I understand the question well, but InnoDB has a
clustered index: if the table has a primary key, the record is stored
into the primary key's index. The details are here:
http://dev.mysql.com/doc/refman/5.0/en/innodb-table-and-index.html
--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Guilhem Bichot
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Lead Software Engineer
/_/ /_/\_, /___/\___\_\___/ Bordeaux, France
<___/ www.mysql.com
--
MySQL Internals Mailing List
For list archives:
http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=lists@pantek.com
Received on Wed Jul 25 12:16:14 2007
This archive was generated by hypermail 2.1.8
: Thu Aug 09 2007 - 19:06:20 EDT
|