View Single Post

   
  #3 (permalink)  
Old 04-16-2008, 01:39 AM
Ludek Finstrle
 
Posts: n/a
Default Re: Out of memory troubles with version 8.01.01.02

> > I know about this limitation. There is problem ODBC keep all rows
> > in memory (+ result from libpq = 2 x result). Please try check
> > Use Declare/Fetch option. There is no twice result in memory in psqlODBC.
> > If it doesn't help you can try older releases which mayde do not do this.
> > Please try 8.00.X or even 7.03.209 (if you find it somewhere).
> > I know we're suggesting 8.01.X but few people work with so big
> > datasets.

>
> Does it keep everything in memory when using cursors too?


New releases (8.01.X) keep everything in memory. There is no option
to change it. I have an idea how to do it but time ...

Older releases (8.00.X or 7.X - not based on libpq) maybe do not keep
everything in memory.

Regards,

Luf

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote