ChainSafe / ChainSafe/lodestar

Batch level db ops

Open
#3,439 0 comments 0 reactions 1 assignee Claimed by @matthewkeil View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.