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

[Feature request] Dropping a column from a compressed hypertable #3683

Closed
simonachmueller opened this issue Oct 12, 2021 · 0 comments · Fixed by #3769
Closed

[Feature request] Dropping a column from a compressed hypertable #3683

simonachmueller opened this issue Oct 12, 2021 · 0 comments · Fixed by #3769
Labels

Comments

@simonachmueller
Copy link

Hi there! We at senseforce.io frequently asked to delete a table columns in hypertables with enabled compression. At the moment we need to decompress them, drop column and compress again.

Is there any other ways to do it without decompression, as it requires a lot of time and disk space? Or is the dropping compressed columns a topic you have on your roadmap? Is there any ETD?

@NunoFilipeSantos NunoFilipeSantos changed the title [Feature request] Dropping a column from a comressed hypertable [Feature request] Dropping a column from a compressed hypertable Oct 28, 2021
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 1, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 1, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 1, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 3, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 3, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 3, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit to svenklemm/timescaledb that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

Fixes timescale#3683
svenklemm added a commit that referenced this issue Nov 4, 2021
This patch allows dropping columns from hypertables with compression
enabled when the dropped column is neither an orderby nor a
segmentby column.

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

Successfully merging a pull request may close this issue.

2 participants