Re: Simple join doesn't use index

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Alex Vinnik <alvinnik(dot)g(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Simple join doesn't use index
Date: 2013-01-09 15:53:08
Message-ID: CAHyXU0yi=VDbG+7buDYke5R+76nzszKXQX77S9NDoNWjbrg4Gg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Jan 9, 2013 at 9:49 AM, Alex Vinnik <alvinnik(dot)g(at)gmail(dot)com> wrote:
> Guys, thanks a lot for your input. It is very valuable for us. We plan to
> fix a separate dev server similar to production one, copy all data there and
> try you suggestions as we really don't want to do it on production server. I
> also noticed that IOPS jumps to 100% when running this query. So it is a bit
> scary to make those changes in production directly. Will report back on the
> progress and findings.

nothing wrong with that, but keep in mind you can tweak
'effective_cache_size' for a single session with 'set' command;

merlin

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Henri Philipps 2013-01-10 08:51:26 Re: Two Necessary Kernel Tweaks for Linux Systems
Previous Message Alex Vinnik 2013-01-09 15:49:43 Re: Simple join doesn't use index