cockroachdb / cockroachdb/pebble
base: MakeFilepath allocation heavy
Open
A-storage
T-storage
- Dominant language
- Go
- Stars
- 6k
- Forks
- 584
- Avg merge
- 16h 35m
- Merged PRs (30d)
- 5
Description
In a recent pebble ycsb/D/values=1024 workload, 5% of the allocations were in MakeFilepath due to the repeated construction of the same file path (only ~20% of MakeFilepath calls are from the file cache).

Jira issue: PEBBLE-1187
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.