Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.6.0
-
None
Description
The current ProcessSession mechanism handles every record in a single transaction fashion even if there is a batch of records being updated. Since the underlying mechanism is Rocksdb and it supports batching into a single transaction we should leverage that. This will drive baseline performance on modest hardware up significantly.
Right now under default settings we see 100FF/s on a modest notebook and we can do much better.
Attachments
Issue Links
- links to