fix: physical table statistics info (#4975)

* fix: physical table statistics info

* refactor: is_physical_table

* fix: remove file
This commit is contained in:
dennis zhuang
2024-11-13 22:29:44 +08:00
committed by GitHub
parent f4b9eac465
commit d7c3c8e124
6 changed files with 44 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ pub struct RegionStat {
pub rcus: i64,
/// The write capacity units during this period
pub wcus: i64,
/// Approximate bytes of this region
/// Approximate disk bytes of this region, including sst, index, manifest and wal
pub approximate_bytes: u64,
/// The engine name.
pub engine: String,