MySQL prepare statement performance bottom-neck
- From: howachen@xxxxxxxxx
- Date: 30 Jun 2006 08:52:43 -0700
Hi,
When doing mysql query (SELECT statements) in php, we often use prepare
statement to prevent SQL injection. However, I just noticed that the
prepare statements can SLOW the number of queries per second by a
factor of 2 times (max).
So are there any faster method that can prevent SQL injection, but has
a better performance?
Thanks.
.
- Prev by Date: Re: PHP5 and APACHE2 work but not best
- Next by Date: Re: PHP5 and APACHE2 work but not best
- Previous by thread: PHP5 and APACHE2 work but not best
- Index(es):
Relevant Pages
|