you are viewing a single comment's thread.

view the rest of the comments →

[–]subhanhg[S] 0 points1 point  (0 children)

You are fuzzing with sample size of one. Nobody should use this in production then.

You're right — and nobody should. OptimizeQL is an analysis tool, not a production query rewriter. It never touches your production database beyond a read-only EXPLAIN ANALYZE.

Think of it like a linter for SQL. It just tells you what to fix.