Hello,
is there for MySQL something like CLUSTER in Postgres?
http://www.postgresql.org/docs/8.3/interactive/sql-cluster.html
I'd like to reorder records for faster access. I've read primary key would do the job, but what about other columns?
Thanks!
is there for MySQL something like CLUSTER in Postgres?
http://www.postgresql.org/docs/8.3/interactive/sql-cluster.html
I'd like to reorder records for faster access. I've read primary key would do the job, but what about other columns?
Thanks!





