v4 回填 (M3): 每部分分块不会占用内存 — full_sorting_merge 会对输入/输出进行排序
作者: jokerleee-ctrl创建于 2026年9月16日更新于 2026年9月16日
标签bugself-hostingback-end-performance
SELECT project_id, trace_id FROM dataset_run_items_rmt ) SETTINGS
join_algorithm = 'full_sorting_merge',
-- 'hash', not a sorting algorithm, because the two sides of this join-- are asymmetric. The right side is one partition of traces, deduped to-- one row per (project_id, id) and carrying
…
内容来源: langfuse/langfuse