When using the drop-in compose with --enable-query-tracker, the planner is called automatically based on observed queries. However, there is no way to pass sketch parameter overrides (e.g. custom accuracy/latency SLAs) to the embedded planner — the ControllerConfig built by the tracker always has sketch_parameters: None. Users who need non-default sketch parameters have no way to supply them in this flow.
When using the drop-in compose with
--enable-query-tracker, the planner is called automatically based on observed queries. However, there is no way to pass sketch parameter overrides (e.g. custom accuracy/latency SLAs) to the embedded planner — theControllerConfigbuilt by the tracker always hassketch_parameters: None. Users who need non-default sketch parameters have no way to supply them in this flow.