Skip to content
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

Support for partitioned tables #17

Open
paurora17 opened this issue Nov 7, 2024 · 2 comments
Open

Support for partitioned tables #17

paurora17 opened this issue Nov 7, 2024 · 2 comments
Labels
Milestone

Comments

@paurora17
Copy link
Contributor

paurora17 commented Nov 7, 2024

What feature are you requesting?

Today, CREATE TABLE ... USING columnstore is incompatible with partitioned tables.

Why are you requesting this feature?

Want to keep a history of up to 90 days in the DB, but to start archiving data after that period.

What is your proposed implementation for this feature?

No response

@dpxcc dpxcc added the feature label Nov 7, 2024
@dpxcc dpxcc added this to the tbd milestone Nov 13, 2024
@pantonis
Copy link

It would be good to have this. One of the 2 things that keep us from using pg_mooncake

@zhousun
Copy link
Contributor

zhousun commented Dec 27, 2024

373bfc5
should cover most use cases of partitioned tables in postgres.

For time series use cases, each file will likely only contain data from similar time range.
So at query time, based on the filter, most data files will be skipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants