dogmatiq / verity

🚧 An event-sourced Dogma engine.
MIT License
2 stars 2 forks source link

Implement pre-fetch on the SQL implementation of `eventstore.Result`. #46

Open jmalloc opened 4 years ago

jmalloc commented 4 years ago

In combination with #71, the goal should be both to have events in memory, ready to do, and also to prevent long-running transactions.

Event though these transactions are read-only, and the event store is conceptually immutable, such read locks held for long periods may still hamper efforts at database maintenance.