Skip to content

Establish and implement the relevant metrics to understand storage workloads #46

@lasarojc

Description

@lasarojc

Was tendermint/tendermint#9773

We need to identify the set of metrics to understand the storage workloads of CometBFT. The metrics should help us identify:

  • The access patterns (sequential / random access)
  • How often the data is read/written
  • Who reads/writes the data
  • Is the data accessed by multiple components or just one.
  • How much of the total height time is spent in storage - on a small network, on a big network? (Is storage a bottleneck? )

Open questions: Do we want information on which CometBFT Blockstore / StateStore method call triggered the access or is read/write/delete count and timing enough?

Draft implementation: tendermint/tendermint#9774

DoD

Metadata

Metadata

Assignees

Labels

P:storage-optimizationPriority: Give operators greater control over storage and storage optimizationmetricsstorage

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions