Description
Add the option to apply add_compression_policy to the hypertable.
Use case / motivation
Currently I can configure virtually everything through the library but actually making it compress automatically after a set amoun of time. The way I understood it this renders enabling the compression useless (without manually enabling it).
I'd also like to add a compression policy, instead of manually adjusting the migration/manually adding the compression policy.
Proposed solution
Add the Attribute CompressionPolicy which allows the configuration of a CompressionPolicy and automatically adds/removes this policy in migrations.
Alternatives considered
No response
Additional context
No response
Description
Add the option to apply
add_compression_policyto the hypertable.Use case / motivation
Currently I can configure virtually everything through the library but actually making it compress automatically after a set amoun of time. The way I understood it this renders enabling the compression useless (without manually enabling it).
I'd also like to add a compression policy, instead of manually adjusting the migration/manually adding the compression policy.
Proposed solution
Add the Attribute CompressionPolicy which allows the configuration of a CompressionPolicy and automatically adds/removes this policy in migrations.
Alternatives considered
No response
Additional context
No response