ChainSafe / ChainSafe/lodestar
Batch level db ops
Open
meta-investigate
prio-low
scope-performance
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
Lodestar commonly batches db opts at the JS layer with Promise.all for example, but not at the level db layer.
- [ ] Do batch writes and deletes across multiple buckets in one level db call
- [ ] Do batch reads across multiple buckets with `db.getMany` https://www.npmjs.com/package/levelup
Contributor guide
Assessment
This issue has not been assessed yet.