Subject | Re: [firebird-support] InterbaseExpress |
---|---|
Author | Aage Johansen |
Post date | 2005-11-11T20:55:18Z |
Michael Vilhelmsen wrote:
I regularly traverse result sets of about 1.000.000 records using an IBO
cursor (I believe) - haven't observed any negatives on server or local machine.
This is for exporting to some files on the file server, so data travels
from db server to pc and then to the file server. Time isn't critical, so
I don't mind that the transfer/conversion lasts an hour or two.
--
Aage J.
> Just to be sure.Don't know about IBX, but...
> Using an InterbaseExpress comp. (TIBQuery).
> Selecting for instance 1.000.000 record (like select * from table) an
> running through them using first ... next ...
> will use some memory.
> But when making it unidirectional it will use significantly less
> memory, right ?
>
I regularly traverse result sets of about 1.000.000 records using an IBO
cursor (I believe) - haven't observed any negatives on server or local machine.
This is for exporting to some files on the file server, so data travels
from db server to pc and then to the file server. Time isn't critical, so
I don't mind that the transfer/conversion lasts an hour or two.
--
Aage J.