> How many partitions do you expect to have? Why are you partitioning on that
> column? Do you have need to drop old data all at the same time? How many rows
> in each partition or in total do you expect to have?
In my case there is a hierarchy so the partitions are based on certain
parts of the
How many partitions do you expect to have? Why are you partitioning on that
column? Do you have need to drop old data all at the same time? How many
rows in each partition or in total do you expect to have?
What's a good strategy for dealing with indexes (multiple) that would
span multiple partitions of a table.
For example:
Let's say I have a table that's partitioned by group_id because I
want all the records for a group to be in the same partition. Let's
say I have a field called "expires_at" whi