mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 04:04:59 +00:00
scoutfs: remove LSM from README.md
Update the summary of the benefit we get from concurrent per-mount commits. Instead of describing it specifically in terms of LSM we abstract it out a bit to make it also true of writing per-mount log btrees. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -5,9 +5,8 @@ from the ground up to support large archival systems.
|
||||
|
||||
Its key differentiating features are:
|
||||
|
||||
- Integrated consistent indexing to accelerate archival maintenance operations
|
||||
- Shared LSM index structure to scale metadata rates with storage bandwidth
|
||||
- Decoupled logical locking from serialized device writes to reduce contention
|
||||
- Integrated consistent indexing accelerates archival maintenance operations
|
||||
- Log-structured commits allow nodes to write concurrently without contention
|
||||
|
||||
It meets best of breed expectations:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user