memstate icon indicating copy to clipboard operation
memstate copied to clipboard

In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard

Results 29 memstate issues
Sort by recently updated
recently updated
newest added

Also, make subscriptions push based using domain events. See http://origodb.com/docs/core-0.19/models/messaging/

help wanted

The file journal is a single file that grows indefinitely. We want to have it in manageably sized chunks and a naming scheme that reflects the ordering and recordnumbers, eg...

enhancement

Queries and Commands may carry mutable objects reachable from the outside into the model or return mutable references to objects within the model breaking isolation. One extreme is to serialize...

enhancement

Hangs for both postgres and eventstore providers. Only writes a single event to eventstore and then hangs. Postgres benchmark produces output then hangs at the end of the benchmark run.

bug

Tests that measure throughput and tail latency for various workloads

enhancement

Bt default, the kernel uses a global ReaderWriterLockSlim to allow either a single writer or multiple readers at any given time. This is a simple but powerful locking model that...

enhancement

`engine.Execute(string query, params object[] args)` where query is compiled and cached on the node. See https://github.com/DevrexLabs/OrigoDB/tree/dev/src/OrigoDB.Core/Linq

enhancement