Re: 8.x index insert performance

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Kelly Burkhart" <kelly(at)tradebotsystems(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: 8.x index insert performance
Date: 2005-10-31 19:13:29
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3417DD72D@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> > if that index is causing the problem, you may want to consider
setting
> > up partial index to exclude null values.
>
> This is a single column index. I assumed that null column values were
> not indexed. Is my assumption incorrect?
>
> -K
It turns out it is, or it certainly seems to be. I didn't know that :).
So partial index will probably not help for null exclusion...

would be interesting to see if you are getting swaps (check pg_tmp) when
performance breaks down. That is an easy fix, bump work_mem.

Merlin

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message mark 2005-10-31 19:35:47 Re: 8.x index insert performance
Previous Message Claus Guttesen 2005-10-31 19:02:26 Re: 8.x index insert performance