Re: RES: RES: Delivery by Demand

2005-11-04 Thread Paul DuBois
-feira, 4 de novembro de 2005 02:06 Para: Fabricio Mota Cc: mysql@lists.mysql.com Assunto: Re: RES: Delivery by Demand Yes, it is a client-side behavior to the extent that the MySQL server does not "page" through data. It gets the complete results unless you ask for a LIMIT, then

RES: RES: Delivery by Demand

2005-11-04 Thread Fabricio Mota
mysql@lists.mysql.com Assunto: Re: RES: Delivery by Demand Yes, it is a client-side behavior to the extent that the MySQL server does not "page" through data. It gets the complete results unless you ask for a LIMIT, then it stops building results after it meets the criteria of y

Re: RES: Delivery by Demand

2005-11-03 Thread SGreen
1/03/2005 10:52:34 PM: > Shawn, > > So are you telling me that it's a configuration in Client, but not in > Server? > > FM > -Mensagem original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Enviada em: quarta-feira, 2 de novembro

RES: Delivery by Demand

2005-11-03 Thread Fabricio Mota
o: Re: Delivery by Demand "Fabricio Mota" <[EMAIL PROTECTED]> wrote on 11/02/2005 10:23:46 AM: > Hi all, > > In the past, I worked as a Oracle user. I've noted that in oracle (or maybe > in that configuration), when we request a great amount of

Re: Delivery by Demand

2005-11-02 Thread SGreen
- at least, with the default configuration I have used - it does > not happens. It delivers all the million of records existent in the table, > inconditionally. I know that there is the clause LIMIT , to limit the > first N records existing in the query, but is there a way to warrant a &

Delivery by Demand

2005-11-02 Thread Fabricio Mota
ly. I know that there is the clause LIMIT , to limit the first N records existing in the query, but is there a way to warrant a "delivery by demand", such Oracle does, without to have to alter the application's SQL code? Thank you