couchbaselabs / couchbaselabs/ForestDB-Benchmark
WiredTiger key/page size configuration
- Dominant language
- C++
- Stars
- 33
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
The WiredTiger configuration is using small page sizes (4KB) with a relatively large default key/value size (550B). This is a bad idea; further, when larger key/value pair sizes are configured, the page/item sizes aren't adapted to match the larger key sizes.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the WiredTiger configuration and its key/value, page, and item-size settings, then compare the defaults with configurations using larger key/value pairs. Done means the relevant page and item sizes are adapted consistently and the benchmark still runs with those configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100