Hello,
I need to partition a table on an integer column, which represents the month of an event, so 12 distinct values.
I
am just wondering if any of you has experience about which is the best
way to go with such a use case, in particular which method to pick up
between range, list and hash.
Thank you very much in advance for your help
Mimo