Namespace Stratara.EventSourcing.EntityFrameworkCore.WriteStore.CommitOrder
Classes
- CommitOrderSchema
The names of what the write model declares for reading the event stream in commit order: a per-partition position on every entry with the counter table it is handed out from, and on PostgreSQL the id of the transaction that inserted the entry. A store that does not read in commit order carries the columns and never fills them.
- PartitionPosition
One row per partition: the last position handed out to an entry in that partition. Incremented inside the transaction that appends the entry, so that commit order and position order agree.