发布

  • refactor(dataset-items): SELECT DISTINCT trace_id in filter-gate bounds (#7418)

    frostbyte_neo 发布于 2026-07-10 11:45:13 +00:00

    Review (andrescrz): dedupe the trace-id set in the gate bounds and their
    project-resolution subqueries. DISTINCT inside an IN(...) is result-equivalent
    (membership is unchanged) but yields a smaller prepared set.

    下载附件