-
@bealdav A lot of partners don't even bother configuring their Postgres server properly, adding partitioning on top is not a good idea imho.
-
@bealdav Global indices on partitioned tables are not possible. Also, something I didn't know that make this an even worse idea: fkeys from/to partitioned tables are not allowed. I honestly don't think such a trade-off is worth it. Won't somebody please think of the data consistency?