1
0
mirror of https://github.com/google/nomulus synced 2026-05-13 03:11:49 +00:00
Files
nomulus/core
Weimin Yu 5511b41f93 Avoid contention over the RefreshDnsRequest table (#2428)
* Avoid contention over the RefreshDnsRequest table

This table can be small at times, when PSQL may use table scan in
queries by keys. At the SERIALIZABLE isolation level, updates to
unrelated rows may conflict due to this `optimization`.

Lower the isolation level to repeatable read.

* Code review
2024-05-03 20:31:54 +00:00
..
2024-03-06 15:10:11 +00:00