@xialuo
Before, every store API method (create, findUnique, etc) hit the database
Now, the store uses an in-memory record cache. When the cache gets too big, it flushes the N least recently used records to the database in a single query
Release: github.com/ponder-sh/ponder/releases/tag/%40ponder%2Fcore%400.4.37