Commit 96d64be
docs(gfql): memory note for call_mode auto bridge (G5 decision)
Document why there is no per-call size cap on the off-engine bridge: the transient copy
is the same allocation as running the analytic on engine='cudf' directly, a row count is
a poor memory proxy, and the real cap belongs at the RMM/container/deployment layer. Point
memory-conscious users at call_mode='strict' or RMM/container limits. (G5 decision: reject
a row-cap knob as the wrong mechanism — see plan PHASE 13.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e96e27d commit 96d64be
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
378 | 389 | | |
379 | 390 | | |
380 | 391 | | |
| |||
0 commit comments