Mooncake-Labs / pg_mooncake

Iceberg/Delta Columnstore Table in Postgres
http://mooncake.dev
MIT License
236 stars 12 forks source link

Support for partitioned tables #17

Open paurora17 opened 2 weeks ago

paurora17 commented 2 weeks ago

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

pantonis commented 1 week ago

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