I moved from manual clustering to auto clustering around 2 week back.
And the steps i used are below.
- Update AUTO_CLUSTERING_ON to yes for the table.
- create a middle table and insert the record in the table.
- then insert into the main table with order by clustering key from the middle table.
Then i see the clustering is all over the place. I once did the manual clustering as well and see the cluster doing good. however on next insert in the main table. clustering again looks trouble some.
Please suggest if I am missing anything.
please note:
The data loaded in middle table is insert from some other table as well. And that table is never clustered. I am not sure if that is the issue.(which i feel it should not be)