Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIs there any way to partition table by foreign key? #179
Comments
On #148 was some discussion related with foreign keys, basically we don't support them on partitions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've a huge table where the data is partitioned by foreign key. Here is my structure of tables:
I want the transactions table should have partitions based on store(id). How can I use pg_pathman for this?