Skip to content

Conversation

@ritoban23
Copy link

@ritoban23 ritoban23 commented Oct 27, 2025

Retain Compression Settings When Disabling Columnstore

This PR fixes issue #8841 by ensuring that compression settings are preserved when disabling columnstore on a hypertable. Previously, disabling columnstore would delete custom compression settings, preventing users from restoring their configurations when re-enabling columnstore. With this change, settings are retained, allowing seamless restoration.

  • Removes deletion of compression settings in disable_compression
  • Adds a test to verify settings persistence

Fixes #8841

@CLAassistant
Copy link

CLAassistant commented Oct 27, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link

@akuzm, @Poroma-Banerjee: please review this pull request.

Powered by pull-review

@svenklemm
Copy link
Member

Currently compression settings imply enabled columnstore so just not deleting it is not enough to implement this functionality

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.

Retain compression settings when disabling columnstore

3 participants