Subject Re: Unbuffered query
Author jankahoun
--- In firebird-php@yahoogroups.com, masotti <masotti@...> wrote:
>
> Hi,
>
> jankahoun ha scritto:
> > Hi,
> > How can i execute a unbuffered query? I need export tables with more than 1 000 000 rows, but i can't find how? Or is there any way how to do it? Thank you
> >
> >
> Don't understund what do you mean for "unbuffered". What type of buffer
> do you intend to prevent: OS, php, Fb?
> And which version of PHP and Firebird are you using?
> Which solution have you tried, if any, and what went wrong?
>
>
> Regards,
>
> Mimmo.
>
Hi,
Ram usage would decrease on the PHP server if I use unbuffered query. Maybe this is a problem PHP and not Firebird, i don't know. Firebird is chaching all data from query and then sending to a client?

PHP version: 5.2.6
Firebird : 2.1.2

Sorry for my bad english :-)