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

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: what is the maximum number of rows in a table in postgresql 8.1
Дата
Msg-id 20080325140556.GA18759@depesz.com
обсуждение исходный текст
Ответ на Re: what is the maximum number of rows in a table in postgresql 8.1  ("sathiya psql" <sathiya.psql@gmail.com>)
Список pgsql-admin
On Tue, Mar 25, 2008 at 05:42:46PM +0530, sathiya psql wrote:
> i need what will be the maximum number of rows *to have good performance* in
> postgres 8.1

any. just accept the fact that count(*) is *always* slow.

use triggers to store counts if you are using them all of the time.

also, i have two simple requests:
1. try to write to 1 mailing list. and not send the same question to all
lists you can find.
2. please try to avoid using workds like "lakh" or "crore" in your
mails.

i assume they mean something in your country of origin, but as far as i
know this is not english.

regards,

depesz

--
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA.  here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: what is the maximum number of rows in a table in postgresql 8.1
Следующее
От: "Jack"
Дата:
Сообщение: Tuning