1
0
mirror of https://github.com/google/nomulus synced 2026-02-09 06:20:29 +00:00
Files
nomulus/core/src/test
Weimin Yu eeca51667e Optimize RDAP entity event query (#1635)
* Optimize RDAP entity event query

For each EPP entity, directly load the latest HistoryEntry per event type
instead of loading all events through the HistoryEntryDao.

Although most entities have a small number of history entries, there are
a few entities with many entries, enough to cause OutOfMemory error.
2022-05-19 23:35:55 -04:00
..