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

fix: deleting lots of records (track_deletes=true) #1878

Merged
merged 1 commit into from Mar 19, 2024

Commits on Mar 19, 2024

  1. fix: deleting lots of records (track_deletes=true)

    Deleting records (track_deletes=true) currently involves copying records
    from snapshot table back into the records table. If there is a lot of
    records to copy, the query fails because the number of parameters goes
    beyond what's postgres supports, which I believe is 65k
    Fixing this issue by inserting in chunks
    TBonnin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ba87248 View commit details
    Browse the repository at this point in the history