发布

  • [NA] [BE] feat: add config toggle to disable skip indexes for last-trace lookup query (#7283)

    frostbyte_neo 发布于 2026-06-30 09:50:03 +00:00

    Add a dedicated TraceQueryConfig flag (lastUpdatedTraceAtSkipIndexesEnabled,
    default true). When disabled, the get_last_updated_trace_at query appends
    'use_skip_indexes = 0', forcing a full project-partition scan instead of
    pruning via the idx_traces_last_updated_at minmax index. Operational escape
    hatch for the OPIK-7144 last-trace scan optimization.

    下载附件