Skip to content

Commit

Permalink
#4682 PlanB State Store
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Jan 21, 2025
1 parent 9dd557e commit 004c8a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stroom-state/stroom-planb-impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ This includes:
* Options for key hash length.
* Deduplication of keys and/or values using lookup tables.
* Direct storage of short keys with lengths below ~512 bytes (depending on store type).
* Hybrid key storage for full short keys and hash/lookup for longer keys.

## Multi Threaded Merge
At present the merge process uses a single thread because the code is simpler and it makes it much easier to reason about the status of the process.
Expand Down

0 comments on commit 004c8a8

Please sign in to comment.