stl_bundle_size_report
Compare a compacted transit database against the full feed to report per-table byte sizes and index overhead, guiding data pruning decisions for the app bundle.
Instructions
On-device size budget: bytes per table, with index cost isolated.
The raw feed is ~29 MB expanded and the LP3 is a minimalist device, so this is what decides which pruning strategy the shipped app uses.
Args:
compact_path: a database built by stl bundle compact, to compare
against the full feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot | No | ||
| compact_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |