mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 16:30:39 +00:00
fix: physical table statistics info (#4975)
* fix: physical table statistics info * refactor: is_physical_table * fix: remove file
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user