Skip to content

Add the ability to create subparitions #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from

Conversation

raghua
Copy link

@raghua raghua commented Oct 10, 2024

The current implementation didn't offer sub partition support (customer_id, fund_family_id). This pr adds sub partition support for LIST partitions.

  • Adding the ability to create sub partitions via migrations (PostgresAddListSubPartition)
  • Updated the schema manager to correctly create the partitioned table with the appropriate unique constraint (id, customer_id, fund_family_id)
  • fixed some tests

@raghua raghua closed this Oct 10, 2024
@raghua raghua deleted the sub-paritions branch October 10, 2024 13:56
@raghua raghua restored the sub-paritions branch October 10, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant