Comment by hinkley
13 days ago
Compiling queries is one of those things that is both Make it Right and Make it Fast.
Because bind variables and Prepared Statements go hand in hand, you want to do everything you can to coax your users into doing the right thing. If each unique query has to be compiled before first use, that’s an extra inducement to using prepared statements properly.
No comments yet
Contribute on Hacker News ↗