发布

  • [OPIK-7257] perf(backend): drop unnecessary FINAL from spans lookup in experiment refs query (#7372)

    frostbyte_neo 发布于 2026-07-07 09:57:29 +00:00

    trace_id is immutable for a given span id and the subquery result feeds
    an IN set, so version duplicates cannot change the outcome. FINAL forced
    reading all sorting-key columns for the merge, several times the bytes
    of the plain id lookup.

    Co-authored-by: Claude Fable 5 noreply@anthropic.com

    下载附件