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

Поиск
Список
Период
Сортировка
Искать
От
Shaun Thomas
Тема
Re: how to improve perf of 131MM row table?
Дата
Msg-id
53AB4551.4070207@optionshouse.com
Ответ на
Список
Дерево обсуждения
how to improve perf of 131MM row table? AJ Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Shaun Thomas <sthomas@optionshouse.com>
Re: how to improve perf of 131MM row table? Aaron Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Shaun Thomas <sthomas@optionshouse.com>
Re: how to improve perf of 131MM row table? Aaron Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? AJ Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Shaun Thomas <sthomas@optionshouse.com>
Re: how to improve perf of 131MM row table? AJ Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Shaun Thomas <sthomas@optionshouse.com>
Re: how to improve perf of 131MM row table? AJ Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Sébastien Lorion <sl@thestrangefactory.com>
Re: how to improve perf of 131MM row table? Claudio Freire <klaussfreire@gmail.com>
Re: how to improve perf of 131MM row table? AJ Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? AJ Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Claudio Freire <klaussfreire@gmail.com>
Re: how to improve perf of 131MM row table? Shaun Thomas <sthomas@optionshouse.com>
Re: how to improve perf of 131MM row table? AJ Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Claudio Freire <klaussfreire@gmail.com>
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? AJ Weber <aweber@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? Jeff Janes <jeff.janes@gmail.com>
Re: how to improve perf of 131MM row table? Shaun Thomas <sthomas@optionshouse.com>
Re: how to improve perf of 131MM row table? Aaron Weber <aweber@comcast.net>
Re: how to improve perf of 131MM row table? Aaron Weber <aweber@comcast.net>
On 06/25/2014 04:40 PM, Aaron Weber wrote:

> In the meantime, I guess I wasn't clear about some other particulars
> The query's where clause is only an "IN", with a list of id's (those
> I mentioned are the PK), and the join is explicitly on the PK (so,
> indexed).

Indexed doesn't mean indexed if the wrong datatypes are used. We need to 
see the table and index definitions, and a sample query with EXPLAIN 
ANALYZE output.

> An IN with 50 int values took 23sec to return (by way of example).

To me, this sounds like a sequence scan, or one of your key matches so 
many rows, the random seeks are throwing off your performance. Of 
course, I can't confirm that without EXPLAIN output.

-- 
Shaun Thomas
OptionsHouse, LLC | 141 W. Jackson Blvd. | Suite 800 | Chicago IL, 60604
312-676-8870
sthomas@optionshouse.com

______________________________________________

See http://www.peak6.com/email_disclaimer/ for terms and conditions related to this email

В списке pgsql-performance по дате отправления
От: Merlin Moncure
Дата:
От: Aaron Weber
Дата:
FAQ