You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have a big SQL transaction for touches running on the parsing dispatcher, while the additions are being executed, it will keep running the transaction until the additions are done. If we encounter a Postgres deadlock, we could split the transaction into smaller and smaller parts, until we can apply all of them, to give them a higher chance of succeeding concurrently.
The text was updated successfully, but these errors were encountered:
When we have a big SQL transaction for touches running on the parsing dispatcher, while the additions are being executed, it will keep running the transaction until the additions are done. If we encounter a Postgres deadlock, we could split the transaction into smaller and smaller parts, until we can apply all of them, to give them a higher chance of succeeding concurrently.
The text was updated successfully, but these errors were encountered: