Commit d3a606c
docs: add TODO for batched blob resolution performance optimization
Currently takeBlobs() is called once per row, which will be a
bottleneck for large joins (e.g. 20B rows). Document the planned
optimization to batch references by (datasetUri, columnName) and
call takeBlobs() once per group.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2e655be commit d3a606c
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| |||
0 commit comments