TableStatistics
Example Usage
typescript
import { TableStatistics } from "@meetkai/mka1/models/components";
let value: TableStatistics = {
totalBytes: 402616,
numRows: 339876,
numIndices: 25178,
fragmentStats: {
numFragments: 872976,
numSmallFragments: 575142,
lengths: {
min: 894783,
max: 198219,
mean: 373135,
p25: 581949,
p50: 96223,
p75: 683339,
p99: 261458,
},
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
totalBytes | number | ✔️ | N/A |
numRows | number | ✔️ | N/A |
numIndices | number | ✔️ | N/A |
fragmentStats | components.FragmentStatistics | ✔️ | N/A |