mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
Add changelog entry for Hypercore TAM
The Hypercore table access method (TAM) wraps TimescaleDB's columnar compression engine in a table access method. The TAM API enables sevaral features that were previously not available on compressed data, including (but not limited to): - Ability to build indexes on compressed data (btree, hash). - Proper statistics, including column stats via ANALYZE - Better support for vacuum and vacuum full - Skip-scans on top of compressed data - Better support for DML (copy/insert/update) directly on compressed chunks - Ability to dynamically create constraints (check, unique, etc.) - Better lock handling including via CURSORs
This commit is contained in:
parent
e0a7a6f6e1
commit
ed19e29985
1
.unreleased/pr_7104
Normal file
1
.unreleased/pr_7104
Normal file
@ -0,0 +1 @@
|
||||
Implements: #7271 Hypercore table access method
|
Loading…
x
Reference in New Issue
Block a user