Re: Speed improvement with packet proceeding!?

2003-02-24 Thread Brent Baisley
It sounds like you're suggestion something like Oracle does with PL/SQL, which I think is the better way to go. Then it's really up to the user to decide how to optimize multiple steps by creating a batch of commands to be run. On Sunday, February 23, 2003, at 03:57 PM, Julian wrote: I'm not

RE: Speed improvement with packet proceeding!?

2003-02-23 Thread KH Chiu
I know very LITTLE about the internal working of MySQL. So, I am not the right people to comment it. However, from my experience MySQL is quite optimized for some operation but not for all. I think Julian actual suggested a very good idea on the searching optimization for single user. At presen

RE: Speed improvement with packet proceeding!?

2003-02-23 Thread Don Read
On 23-Feb-2003 Julian wrote: > Speed improvement with packet proceeding!? > > 1. Packet proceeding: > > I'm not quite sure is it possible with Mysql but it could be "easy" to > be implemented. > For example: > > select * from table where id=52 and name='some' > select * from table where id=23