Re: Why are compiled queries 50% slower than parsed queries

2004-04-29 Thread Sasha Pachev
Kevin Cowley wrote: OK I've just been completing some benchmarking comparing compiled queries (new in 4.1.1 and above) with standard parsed queries. For both INSERT queries "insert into table( col1, col2,col3) values(?,?,?)" and SELECT queries "select col1, col2,col3 where col1 between ? and ?" t

RE: Why are compiled queries 50% slower than parsed queries

2004-04-29 Thread Donny Simonton
Kevin, I've been using 4.1.1 since it was released and I've never heard of compiled queries. Are you talking about prepared statements? Donny > -Original Message- > From: Kevin Cowley [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 29, 2004 1:35 PM > To: [EMAIL PROTECTED] Mysql. Com >