Re: TPC-R benchmarks

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: TPC-R benchmarks
Дата
Msg-id 200310011008.50491.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: TPC-R benchmarks  (Oleg Lebedev <oleg.lebedev@waterford.org>)
Список pgsql-performance
Oleg,

> I continue struggling with the TPC-R benchmarks and wonder if anyone
> could help me optimize the query below. ANALYZE statistics indicate that
> the query should run relatively fast, but it takes hours to complete. I
> attached the query plan to this posting.

Even though it takes hours to complete, I think we need you to run EXPLAIN
ANALYZE instead of just EXPLAIN.   Without the real-time statistics, we
simply can't see what's slowing the query down.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: George Essig
Дата:
Сообщение: Re: TPC-R benchmarks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Joins on inherited tables