Hacker News new | ask | show | jobs
by cwbriscoe 413 days ago
You can but new rows will not be clustered until you re-cluster.

CLUSTER table_name USING index_name;

1 comments

I remember that for MySQL MyISAM (syntax was different) in the olden days. I thought Oracle let you do it though. My bad.

MySQL Innodb and other have real clustered primary key indexes with all the pluses and minuses that entails.