warm_directlake_cache
Warm Direct Lake cache by preloading specified table columns, eliminating first-query latency. Specify comma-separated columns or leave empty for all.
Instructions
Warm the Direct Lake cache: run EVALUATE TOPN(1, SELECTCOLUMNS(...)) over the listed columns (or every column on the table) to force them resident, removing the first-query latency. columns is comma-separated (omit for all). Returns the query and result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| columns | No | columns to warm, comma-separated (omit for all) | |
| sessionId | Yes |