How Postgresql Compares... Count(*) and others

Поиск
Список
Период
Сортировка
От Mark kirkwood
Тема How Postgresql Compares... Count(*) and others
Дата
Msg-id 01072215065200.01868@spikey.slithery.org
обсуждение исходный текст
Ответы Re: How Postgresql Compares... Count(*) and others  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: How Postgresql Compares... Count(*) and others  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
Last time I tested this on the big O ( early 8.0.x ) count(*) was always
fractionally quicker.... there was a body of thought at the time that said
count(1) or count(<field>) was quicker.... no idea where it came from.


I have not tried to see if it makes any difference in Postgresql...

regards

Mark

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

Предыдущее
От: Joshua Jore
Дата:
Сообщение: Re: Microsoft SQL Server Replication
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Examples of using bytea type