Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

why no support for clustered partitioned tables? #158

Open
geekflyer opened this issue Aug 27, 2019 · 1 comment
Open

why no support for clustered partitioned tables? #158

geekflyer opened this issue Aug 27, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@geekflyer
Copy link

Hi, thanks for this great project!

The docs mention that bbq will not backup:

  • Clustered partitioned tables

Is this limitation still the case and why doesn't it backup clustered partitioned tables?
Unfortunately our main use case to backup is a giant events table which is clustered and partitioned.

Thanks

@marcin-kolda
Copy link
Contributor

Hi @geekflyer, thanks for feedback and sharing your use case.

Unfortunately clustered partition tables are currently still not supported. BBQ by default copies single partition to a separate not existing table. This doesn't work for clustered partitioned tables, as they require creating empty table first. It's not a huge change, but still needs to be implemented.

We plan to support it, but we don't have any ETA.

@marcin-kolda marcin-kolda added the enhancement New feature or request label Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants