Re: how to improve perf of 131MM row table?

Поиск
Список
Период
Сортировка
От AJ Weber
Тема Re: how to improve perf of 131MM row table?
Дата
Msg-id 53AC2931.40003@comcast.net
обсуждение исходный текст
Ответ на Re: how to improve perf of 131MM row table?  (Matheus de Oliveira <matioli.matheus@gmail.com>)
Ответы Re: how to improve perf of 131MM row table?
Список pgsql-performance
I will try this, but can you clarify the syntax?  I only know the VALUES clause from insert statements, and it would be one set of parens like VALUES('175769', '175771', ... )

You seem to indicate a VALUES clause that has strange parenthesis corresponding to it.

Thank you for the feedback and offer to help!

-AJ

On 6/26/2014 9:56 AM, Matheus de Oliveira wrote:

On Thu, Jun 26, 2014 at 10:26 AM, AJ Weber <aweber@comcast.net> wrote:
OK, the sample query is attached (hopefully attachments are allowed) as "query.sql".
The "master table" definition is attached as "table1.sql".
The "detail table" definition is attached as "table2.sql".
The EXPLAIN (ANALYZE, BUFFERS) output is here: http://explain.depesz.com/s/vd5

Could you try chaning your query and sending the EXPLAIN of the following?

Instead of `node_id in ('175769', '175771', ...)` try `node_in IN (VALUES('175769'), ('175771'), ... )`.


--
Matheus de Oliveira
Analista de Banco de Dados
Dextra Sistemas - MPS.Br nível F!
www.dextra.com.br/postgres


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

Предыдущее
От: Shaun Thomas
Дата:
Сообщение: Re: how to improve perf of 131MM row table?
Следующее
От: Matheus de Oliveira
Дата:
Сообщение: Re: how to improve perf of 131MM row table?