Skip to content

[Enhancement]: Replica identity full on hypertables with enabled compression #6158

@flexwende

Description

@flexwende

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ColumnstoreRelated to the column store / compressionenhancementAn enhancement to an existing feature for functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions