Hunsberger, Peter dijo:
> In reply to Antonio Gallardo
>>>
>>> However, the real issue here is how should you be limiting the query?
>>>  IIRC the LIMIT +1 logic was added fairly recently in order to solve
>>> a  bug that someone else encountered.
>>
>> Just for the record, I was the one who find the problem and the
>> solution.
> ;-)
>
> Would you care to refresh everyone's memory on what the problem was and
> why you wanted this solution?  Any additional thoughts on this
> particular issue?

No, that was just for "the record". This issue is needed to "paginate" the
output from a database to the client browser. The idea is speed the
results.

If you dont use the "pagination" (LIMIT + OFFSET clausule). An output of
7000 will be a crazy from the user view. Takes more than 1 minute and the
client browser will use more than 56MB (Windows XP). I dont test it with a
bigger recordset because it will take too long to render the data in a
HTML table.

Best Regards,

Antonio Gallardo.


>
>
> --------------------------------------------------------------------- To
> unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to