Hacker News new | ask | show | jobs
by VladVladikoff 268 days ago
I absolutely adore LLMs for SQL help. I’m no spring chicken with SQL but so many times now I’ve taken a poorly optimized query, run it with ‘explain’ in front of it, and dumped it into an LLM asking to improve performance, and the results are really great! Performance vastly improved and I have yet seen it make a single mistake.
1 comments

And the nice thing about this is that a SQL query can easily be tested to see if optimizations change the outputs!