mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
a8ddb5c053
* Add indexes to DomainHistory sub tables Add indexes to DomainTransactionRecord and DomainDsDataHistory to speed up query for DomainHistory. Without these indexes, DomainHistory loading is extremely slow: 2 QPS with current production data.