Kerollmops / Kerollmops/LMDB-editor

Display a lot of stats about each database

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Rust
Stars
5
Forks
2
PR merge metrics
No merged PRs in 30d

Description

- The number of entries
- Total size of the keys, values, both
- Overhead of LMDB (total entries size minus disk or pages size)
- Average of the key size, value size, both
- Be able to deserialize the key/value with a program and give the logical length of it i.e. #6.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by locating where each database is displayed in the Rust egui application and how LMDB entries are read; define done as showing the requested counts, size and average statistics, overhead, and deserialized logical lengths.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.