This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
stop using REPEATABLE READ
everywhere
#11567
Labels
A-Database
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
currently, all postgres transactions are run in
REPEATABLE READ
isolation level, which is almost certainly more than we really need. The difficulty is the need to audit all of our transactions to check which actually need it.The text was updated successfully, but these errors were encountered: