Subject | Re: [IBDI] Re: Firebird 1 |
---|---|
Author | Peter Morris |
Post date | 2001-06-06T10:18:53Z |
> How can the server know the rownum of all the result set in advance? Doesit
> fetch all the result set on a temporal space? If this is the trick, how isIt would have to select the whole query as usual, and then (in the case of
> this different than having middleware?
LIMIT (30, 10)) it would discard rows 0..29 and > 41 before returning a
cursor.
It differs from middleware because you don't have to send the whole result
set (which could be a few MB in size) to the middleware (which may be on
another machine) just to get 10 records. Surely that makes sense ?
Pete