-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Enhancement]: Replica identity full on hypertables with enabled compression #6158
Copy link
Copy link
Closed
Labels
ColumnstoreRelated to the column store / compressionRelated to the column store / compressionenhancementAn enhancement to an existing feature for functionalityAn enhancement to an existing feature for functionality
Description
What type of enhancement is this?
API improvement
What subsystems and features will be improved?
Compression
What does the enhancement do?
Similar to the latest additions in release 2.12.0 (#6086) and the pull requests #5868 and #5515, make hypertables, that have compression enabled, also support replica identity full.
The current state (2.12.0, postgres 15) is:
ALTER TABLE test_table SET (timescaledb.compress=True);
ALTER TABLE test_table REPLICA IDENTITY FULL;ERROR: operation not supported on hypertables that have compression enabled
Is that generally possible at all with the compressed data structure?
If so, is implementation planned?
Implementation challenges
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ColumnstoreRelated to the column store / compressionRelated to the column store / compressionenhancementAn enhancement to an existing feature for functionalityAn enhancement to an existing feature for functionality