Re: Index counters of statistics collector does not work on 7.4devel - Mailing list pgsql-hackers

From Mendola Gaetano
Subject Re: Index counters of statistics collector does not work on 7.4devel
Date
Msg-id 0c8101c34ec4$c3f53750$10d4a8c0@mm.eutelsat.org
Whole thread Raw
In response to Index counters of statistics collector does not work on 7.4devel  (Kenji Sugita <sugita@srapc1327.sra.co.jp>)
Responses Re: Index counters of statistics collector does not work  (Kenji Sugita <sugita@srapc1327.sra.co.jp>)
List pgsql-hackers
"Kenji Sugita" <sugita@srapc1327.sra.co.jp> wrote:
>     =# explain select * from class1 where id = 1234;
>       QUERY PLAN
>     ----------------------------------------------------------------------
--------
>      Index Scan using class1_id_index on class1  (cost=0.00..3.01 rows=2
width=4)
>        Index Cond: (id = 1234)
>     (2 rows)

I don't think that the select is really performed, try the same experiment
but doing
explain analyze instead.


Regards
Gaetano Mendola




pgsql-hackers by date:

Previous
From: Kenji Sugita
Date:
Subject: Index counters of statistics collector does not work on 7.4devel
Next
From: Kenji Sugita
Date:
Subject: Re: Index counters of statistics collector does not work