Hi Lucas! It depends on the size of the dataset and what values you have available to partition on, but generally speaking you can get performance improvements via partitions or Z-ordering. E.g. if you tend to access your data in a way where the records retrieved are clustered in time, then partitioning on day or month would probably improve performance.