Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: large resultset - Mailing list pgsql-php

From vinny
Subject Re: large resultset
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: large resultset  (AI Rumman <[email protected]>)
List pgsql-php
On Tue, 15 Jun 2010 18:03:24 +0600, AI Rumman <[email protected]> wrote:
> Thanks a lot.
> Actualy I am new with Postgresql.
> I am using POstgresql 8.1.
> The application is for giving the administrator all their email
> activities. Thats why it is 2 million of records. It is an CRM
> application.
>

But do you want to display all 2 Million rows on screen? Because that's
not going to work.
If you just want to offer the data as a download you're ok if you do it in
SQL and do not send all rows seperately.

pgsql-php by date:

Previous
From: Jasen Betts
Date:
Subject: Re: large resultset
Next
From: Andrew McMillan
Date:
Subject: Re: large resultset