mirror of
https://github.com/google/nomulus
synced 2026-04-23 01:30:51 +00:00
Use REPEATABLE READ for lock acquire/release operation to avoid conlicts between locks. Postgresql uses table scan on small tables, causing false sharing at the SERIALIZABLE isolation level. See b/333537928 for details.