If you use SQLite DOs there is already an in-memory cache of your reads, so the difference should be

If you use SQLite DOs there is already an in-memory cache of your reads, so the difference should be negligible. Using in-memory state could make sense within the context of a single request but otherwise it should be fast enough.
Was this page helpful?