Re: Maximum size of database

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Maximum size of database
Дата
Msg-id 1161194657.31645.227.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Re: Maximum size of database  (roopa perumalraja <roopabenzer@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERRORDATA_STACK_SIZE exceeded
Следующее
От: Brad Nicholson
Дата:
Сообщение: Re: Stats Collector Won't Start