Tim Coleman
Tim Coleman
Continues on from https://github.com/EventStore/EventStore/pull/2902 Need to tune the figures and discuss the thread pool min/max threads
Want to improve: - Scavenge chunks faster - Scavenging the index without applying so much load onto the system In particular it is hoped/expected that we could have a logical...
So it shows up in, for example, $all persistent subscriptions with ExcludeSystemEvents
Changed: Open the database faster by building the midpoints for scavenged chunks later on demand Otherwise opening a database with thousands scavenged chunks can become too slow
sample event ids: ``` 83517086-7086-7086-7086-160683517086 83517842-7842-7842-7842-160683517842 ``` The generation appears to be determined by the number of milliseconds since unix epoch or something like that. Probably two events trying to...
Cherry picked from https://github.com/EventStore/EventStore/pull/4370 Support for docker compose v1 has been ended, and no longer runs in github actions. - Change 'docker-compose' to 'docker compose' - Remove obsolete 'version' from...
See comments in https://github.com/EventStore/EventStore.UI.Commercial/pull/44
Changed: Upgraded to Jint v4 (cherry picked from commit 596ebd3c467c99fc2f3ed714c6eed3ef8827745d)