Perfomance 9.1.9 vs 9.4.1

Поиск
Список
Период
Сортировка
От Alexander Uspensky
Тема Perfomance 9.1.9 vs 9.4.1
Дата
Msg-id CAJSSGvKt1aWNK3_3FOPKDYoXYwbRxf_0W5q2oHOAzrHmMTw61Q@mail.gmail.com
обсуждение исходный текст
Список pgsql-sql

Dear,

I am comparing 9.1.9 and 9.4.1. I think that perfomance of 9.4.1 should be better.
But I have an issue here.
I have installed both db on the same machine and I have 2 results,
where I see that for some reason 9.1.9 works faster - 118ms vs 452ms.
I checked the same sql query (a complex view) with EXPLAIN ANALYZE (with the same work_mem and shared_buffres).
Could you please help me what should I do?

1) 9.1.9
Limit  (cost=6435.41..6435.41 rows=1 width=10) (actual time=118.720..118.723 rows=25 loops=1)
   ->  Sort  (cost=6435.41..6435.41 rows=1 width=10) (actual time=118.719..118.720 rows=25 loops=1)
...
 Total runtime: 118.921 ms
(48 rows)

2) 9.4.1
Limit  (cost=507.65..507.66 rows=1 width=10) (actual time=452.124..452.127 rows=25 loops=1)
   ->  Sort  (cost=507.65..507.66 rows=1 width=10) (actual time=451.760..451.760 rows=25 loops=1)
...
 Planning time: 3.406 ms
 Execution time: 452.297 ms
(51 rows)


--
Best regards, Alexander

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

Предыдущее
От: Hector Vass
Дата:
Сообщение: Re: Effective query for listing flags in use by messages in a folder
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Help with effective query for listing flags in use by messages in a folder