Re: [PERFORM] The need for clustered indexes to boost TPC-V performance

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [PERFORM] The need for clustered indexes to boost TPC-V performance
Дата
Msg-id 4FF6554A.2040303@ringerc.id.au
обсуждение исходный текст
Список pgsql-general
On 07/06/2012 09:33 AM, Samuel Gendler wrote:

Some other potential issues - with only 10MB of work_mem, you might be gong to temp space on disk more than you realize.  Explain analyze might reveal that, but only if you happen to pick a query that exceeds work_mem on at least one step.
Rather than hunting blindly with EXPLAIN ANALYZE it's better to just turn log_temp_files on and see what's reported.

--
Craig Ringer


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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Suboptimal query plan fixed by replacing OR with UNION
Следующее
От: ssylla
Дата:
Сообщение: Draw Model from existing DB