1 VinOfflineMemoryDiagnostic
data_handling.VinOfflineMemoryDiagnostic(
component,
mean_mib,
median_mib,
p95_mib,
)Estimated per-sample runtime memory for one offline-store component.
1.1 Attributes
| Name | Description |
|---|---|
| component | Component name such as "backbone" or "oracle_rri". |
| mean_mib | Mean estimated MiB across sampled rows. |
| median_mib | Median estimated MiB across sampled rows. |
| p95_mib | 95th percentile estimated MiB across sampled rows. |