Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport to 2.13.x: #6529: Remove reindex_relation from recompression #6530

Closed
wants to merge 1 commit into from

Commits on Jan 16, 2024

  1. Remove reindex_relation from recompression

    We used to reindex relation when compressing chunks. Recently
    we moved to inserting into indexes on compressed chunks in
    order to reduce locks necessary for the operation. Since
    recompression uses RowCompressor, it also started inserting
    tuples into indexes but we never removed the relation reindexing.
    This change removes the unnecessary reindex call.
    
    (cherry picked from commit 45bc8a0)
    antekresic authored and timescale-automation committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c54b0cb View commit details
    Browse the repository at this point in the history