How much slower are prepared statements for single queries?
Posted
by omgkurtnilsen
on Stack Overflow
See other posts from Stack Overflow
or by omgkurtnilsen
Published on 2010-06-01T08:48:33Z
Indexed on
2010/06/01
8:53 UTC
Read the original article
Hit count: 131
mysql
If prepared statements are used to only insert a single row. How much slower would it be compared to not using prepared statements?
© Stack Overflow or respective owner