Skip to content

Stats/Metrics tracking db operations #117

@zaidoon1

Description

@zaidoon1

Similar to rocksdb, it would be nice if we have access to various stats about the db: https://github.com/facebook/rocksdb/wiki/Statistics

things like:

  • db size
  • number of sst files (hidden)
  • number of blob files (hidden)
  • number of kvs
  • number of tombstones
  • number of levels (currently fixed at 7)
  • number of memtables, their current size
  • number of entries in memtables, number of tombstones
  • number of flushes
  • number of open partitions
  • number of compactions happening
  • usefulness of bloom filters (HITs vs MISS), how many operations to disk were filtered out, how many operations to disk were not filtered out
  • etc..

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions