You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- merge.ts: single-shard results with no offset/limit now skip the
flatMap copy entirely — avoids doubling peak memory in the QueryDO
(128MB ceiling) for the common case of one fragment result.
- operators.ts: DistinctOperator.nextColumnar caches the resolved
column list (from batch.columns.keys()) across batches instead of
re-allocating Array.from() on every batch for DISTINCT(*) queries.
0 commit comments