Re: Very slow viewing of large table.

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Very slow viewing of large table.
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B84C5C27@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на Very slow viewing of large table.  (Constantin Stefanov <cstef@mail.ru>)
Ответы Re: Very slow viewing of large table.  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-support

> -----Original Message-----
> From: Constantin Stefanov [mailto:cstef@mail.ru]
> Sent: 23 October 2003 08:59
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] Very slow viewing of large table.
>
> > SELECT relname, reltuples FROM pg_class;
> For my table there is
> ------------------------------
> accounting# SELECT relname, reltuples FROM pg_class where
> relname='ip_accounting';
>      relname    |  reltuples
> ---------------+-------------
>   ip_accounting | 7.71493e+07
> ------------------------------
> May be there is some overflow or incorrect result parsing?

Hmm, shouldn't be - the code appears to use longs everywhere. I can't
really spend time on this now though - Andreas, can you take a look
please?

Thanks, Dave.


В списке pgadmin-support по дате отправления:

Предыдущее
От: Constantin Stefanov
Дата:
Сообщение: Re: Very slow viewing of large table.
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Very slow viewing of large table.