Does it make sense to partition a table on the same criteria as the clustered index? For example, I have a table with a timestamp field. this timestamp is what the clustered index is based on and I want to partition the table by that timestamp into years.Does it make sense to partition a table on the