Re: what is the maximum number of rows in a table in postgresql 8.1

Поиск
Список
Период
Сортировка
От sathiya psql
Тема Re: what is the maximum number of rows in a table in postgresql 8.1
Дата
Msg-id f966c2ee0803250508t444524b6y44b9ee67c8e04673@mail.gmail.com
обсуждение исходный текст
Ответ на Re: what is the maximum number of rows in a table in postgresql 8.1  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: what is the maximum number of rows in a table in postgresql 8.1
Список pgsql-performance


Shows us the explain analyze.  There is no problem with a large number
of records, as long as you're not expecting to process all of them all
the time.
yes many a times i need to process all the records,

often i need to use count(*) ????

so what to do  ?? ( those trigger options i know already, but i wil l do count on different parameters )



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: what is the maximum number of rows in a table in postgresql 8.1
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: increasing shared buffer slow downs query performance.