Re: Index only select count(*)

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: Index only select count(*)
Дата
Msg-id 19541E51-23B8-41E1-B79D-2A5864A4B28D@gmail.com
обсуждение исходный текст
Ответ на Index only select count(*)  (Toni Helenius <Toni.Helenius@syncrontech.com>)
Ответы Re: Index only select count(*)  (Toni Helenius <Toni.Helenius@syncrontech.com>)
Список pgsql-general
On Oct 7, 2013, at 11:23, Toni Helenius <Toni.Helenius@syncrontech.com> wrote:

> The output of analyze:
> "Aggregate  (cost=18240.50..18240.51 rows=1 width=0)"
> "  ->  Seq Scan on min1_009  (cost=0.00..18108.60 rows=52760 width=0)"

That's the output of Explain, not of Explain Analyze. The latter has actual measurements to go with the estimated
costs,which gives a lot more insight. 

Alban Hertroys
--
If you can't see the forest for the trees,
cut the trees and you'll find there is no forest.



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

Предыдущее
От: Toni Helenius
Дата:
Сообщение: Index only select count(*)
Следующее
От: Toni Helenius
Дата:
Сообщение: Re: Index only select count(*)