There is a table with a timestamp as a cluster key and sorted by ASC for the column.
Is it better to insert by the time order when inserting data into this table for insertion performance? Or does it matter? Thank you.
There is a table with a timestamp as a cluster key and sorted by ASC for the column.
Is it better to insert by the time order when inserting data into this table for insertion performance? Or does it matter? Thank you.