You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[perf] Reduce directory lock conflicts during batch dumps in PosixStore (#711)
…ref (#707)
Reduce directory lock conflicts during batch dumps in PosixStore,
improve its dump performance.
- Split the unified concurrency configuration item (`stream_number`)
into two independent concurrency configurations
(`posix_lookup_concurrency` and `posix_data_trans_concurrency`),
allowing for individual adjustment of the `Lookup` concurrency.
- The directory creation action during `Dump` is moved to the `Setup`
stage, reducing metadata operations during `Dump`.
- Write multiple files during the `Dump` process to different shard
directories to reduce directory conflicts during concurrent file writes.
0 commit comments