Partial Index Creation

From: Armand du Plessis <adp(at)bank(dot)io>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Partial Index Creation
Date: 2013-11-22 15:55:44
Message-ID: CANf99sV4Ygve_2jnDxyDAjn7Q3mcX=NbSvjJoQyxt2x88zZ_gQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hey guys,

Just a quick general question around index creation.

When creating a partial index on a fairly large table (200gb) where an
index already exists that would satisfy the partial index criteria would
there still be a scan of the entire table or will it use the existing index
when creating the new one?

Hope the question make sense.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Strahinja Kustudić 2013-11-22 20:28:09 Re: INSERT performance tuning experiences
Previous Message Alvaro Herrera 2013-11-22 15:18:20 Re: