Re: Simple (hopefully) throughput question? - Mailing list pgsql-performance

From Nick Matheson
Subject Re: Simple (hopefully) throughput question?
Date
Msg-id 4CD2C55F.3040307@noaa.gov
Whole thread Raw
In response to Re: Simple (hopefully) throughput question?  (Andy Colson <andy@squeakycode.net>)
List pgsql-performance
Andy-
> I have no idea if this would be helpful or not, never tried it, but
> when you fire off "select * from bigtable" pg will create the entire
> resultset in memory (and maybe swap?) and then send it all to the
> client in one big lump.  You might try a cursor and fetch 100-1000 at
> a time from the cursor.  No idea if it would be faster or slower.
I am pretty sure we have tried paged datasets and didn't see any
improvement. But we will put this on our list of things to double check,
better safe than sorry you know.

Thanks,

Nick

pgsql-performance by date:

Previous
From: Nick Matheson
Date:
Subject: Re: Simple (hopefully) throughput question?
Next
From: Nick Matheson
Date:
Subject: Re: Simple (hopefully) throughput question?