Explain Analyze - Total runtime very differentes

Поиск
Список
Период
Сортировка
От tarcizioab@c3sl.ufpr.br
Тема Explain Analyze - Total runtime very differentes
Дата
Msg-id 50397.200.140.234.93.1224357249.squirrel@webmail.inf.ufpr.br
обсуждение исходный текст
Ответы Re: Explain Analyze - Total runtime very differentes  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-performance
Hello friends ...

I'm evaluating the performance of algorithms for optimization of queries.
I am comparing results between the algorithm of Dynamic Programming and an
implementation of Kruskal's algorithm. When submitting a query that makes
reference to only 2 tables of my base, logically the same "Query Plan" is
shown. But the "Total runtime" displayed by the command "Explain-Analyze"
presents a variation of time very high:

Dynamic Programming Total runtime: 1204.220 ms

Kruskal Total runtime: 3744.879 ms

No change of data (insert, delete, update) in the tables was made during
the tests. The same query was submitted several times (with Kruskal and
Dynamic Programming algorithms) and the variation of results persists.

The "explain analyze" only reports the time to run *execute* the query.
With the same "Query Plan", does not understand why this variation occurs.

In annex the Query Plans

If someone can help me.

Thank's for attention.

Tarcizio Bini

Вложения

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

Предыдущее
От: "Віталій Тимчишин"
Дата:
Сообщение: Re: Index bloat, reindex weekly, suggestions etc?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Postgres Performance on CPU limited Platforms