Commit 7ddb710
committed
avail-geo: thread
So hyparquet can prune row groups by `dt` column stats. Currently a
no-op for v2 shards (`avail_v2.py` writes them as a single 956K-row
RG, and rows are `(cell, dt)`-sorted) — sub-day queries against
`/api/avail-v2[/cells]` still OOM the CFW. The full read-side
optimization needs the v2 build to write smaller, `dt`-first-sorted
RGs; once that lands this call site is already wired for it.binCol + range into fetchSegmentRows
1 parent 46cb517 commit 7ddb710
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
259 | 266 | | |
260 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
261 | 271 | | |
262 | 272 | | |
263 | 273 | | |
| |||
0 commit comments