mirror of
https://github.com/timescale/timescaledb.git
synced 2025-06-02 03:13:06 +08:00
If there any indexes on the compressed chunk, insert into them while inserting the heap data rather than reindexing the relation at the end. This reduces the amount of locking on the compressed chunk indexes which created issues when merging chunks and should help with the future updates of compressed data.
2 lines
61 B
Plaintext
2 lines
61 B
Plaintext
Implements: #5137 Insert into index during chunk compression
|