4paradigm / 4paradigm/OpenMLDB
Add memory usage stats for disk table
- Vorherrschende Sprache
- C++
- Sterne
- 1.7k
- Forks
- 331
- Ø Merge
- 12 T. 12 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
**Is your feature request related to a problem? Please describe.**
Online monitoring
**Describe the solution you'd like**
rocksdb memory usage can be obtained its APIs: https://github.com/facebook/rocksdb/wiki/Memory-usage-in-RocksDB
Beitragsleitfaden
Rechercherichtung
The issue is about adding memory usage stats for a disk table, likely using RocksDB APIs. Look for the disk table implementation in the codebase, find where RocksDB is integrated, and use the linked RocksDB memory usage documentation to expose stats. Check existing monitoring or stats code to see how metrics are reported. Verify the change by running any existing tests related to disk tables or monitoring.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Bereich
- database, observability
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 40/100