Re: large resultset - Mailing list pgsql-php

From vinny
Subject Re: large resultset
Date
Msg-id c5e12c9ffcb8fb5fd2edff5d073fb587@xs4all.nl
Whole thread Raw
In response to Re: large resultset  (AI Rumman <rummandba@gmail.com>)
List pgsql-php
On Tue, 15 Jun 2010 18:03:24 +0600, AI Rumman <rummandba@gmail.com> 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