发布

  • [OPIK-5211] [BE] Add project_id filter field and minmax index for optimizations (#5821)

    frostbyte_neo 发布于 2026-03-25 09:58:03 +00:00

    • Add PROJECT_ID(STRING_EXACT) to OptimizationField enum
    • Add PROJECT_ID to OPTIMIZATION_FIELDS_MAP and FilterStrategy.OPTIMIZATION
      allowed set in FilterQueryBuilder so the filter is applied to the query
    • Add ClickHouse migration 000075 creating a minmax index on project_id in
      the optimizations table for efficient granule skipping on project-scoped queries
    • Add integration test filterOptimizationsByProjectId verifying end-to-end
      filter behavior
    下载附件