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