Contributions to large open-source systems — starting with MongoDB’s query planner. More as they land.

MongoDB — multiPlannerFallbackEngaged

Added observability for query-settings fallback: a flag in MongoDB's slow query log and profiler that surfaces when the planner abandons a pinned index and falls back to multi-planning — the hidden planning overhead that can explain a slow query. Ticket SERVER-84018.

C++Query plannerObservability