Re: Maximum size of database - Mailing list pgsql-general

From Jeff Davis
Subject Re: Maximum size of database
Date
Msg-id 1161194657.31645.227.camel@dogma.v10.wvs
Whole thread Raw
In response to Re: Maximum size of database  (roopa perumalraja <roopabenzer@yahoo.com>)
List pgsql-general
On Wed, 2006-10-18 at 00:41 -0700, roopa perumalraja wrote:
> Hi
>
> Thanks for your reply.
>
> explain select * from tk_20060403;
>                                 QUERY
> PLAN
> --------------------------------------------------------------------------
>  Seq Scan on tk_20060403  (cost=0.00..95561.30 rows=3609530 width=407)
> (1 row)
>
> will this help?
>

Is that a real query that your application is executing? Is that the
only table in your database? Why do you need all of that data at once?

Also send results of EXPLAIN ANALYZE.

Regards,
    Jeff Davis


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERRORDATA_STACK_SIZE exceeded
Next
From: Brad Nicholson
Date:
Subject: Re: Stats Collector Won't Start