Re: large resultset

From: vinny <vinny(at)xs4all(dot)nl>
To: AI Rumman <rummandba(at)gmail(dot)com>
Cc: Andrew McMillan <andrew(at)morphoss(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: large resultset
Date: 2010-06-15 12:25:02
Message-ID: c5e12c9ffcb8fb5fd2edff5d073fb587@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Tue, 15 Jun 2010 18:03:24 +0600, AI Rumman <rummandba(at)gmail(dot)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.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Andrew McMillan 2010-06-15 12:45:19 Re: large resultset
Previous Message Jasen Betts 2010-06-15 12:21:20 Re: large resultset