Re: Materialized views and unique indexes - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Materialized views and unique indexes
Date
Msg-id 5139562B.9010806@2ndquadrant.com
Whole thread Raw
In response to Re: Materialized views and unique indexes  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Materialized views and unique indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 03/08/2013 10:55 AM, Michael Paquier wrote:
> Also, as it is not mandatory for a unique index to be a constraint, I
> think that we should block the creation of unique indexes too to avoid
> any problems. Any suggestions?
How much does the planner benefit from the implied constraint of a
unique index? I almost wonder if it should be allowed at the cost of
making the refresh of a matview that fails to comply an error.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Materialized views and unique indexes
Next
From: Bruce Momjian
Date:
Subject: Re: Enabling Checksums