Re: partition queries hitting all partitions even though check key is specified - Mailing list pgsql-performance

From Tom Lane
Subject Re: partition queries hitting all partitions even though check key is specified
Date
Msg-id 13061.1251912186@sss.pgh.pa.us
Whole thread Raw
In response to Re: partition queries hitting all partitions even though check key is specified  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
"Joshua D. Drake" <jd@commandprompt.com> writes:
> As far as I know constraint exclusion doesn't work with date_part or
> extract().

Uh, you clipped the example in my message showing that it does,
at least in the particular case Kevin showed us.

There are some variants of date_part that aren't immutable, but timestamp
without tz isn't one of them.

Still, I agree that not depending on it would be better.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: partition queries hitting all partitions even though check key is specified
Next
From: Tom Lane
Date:
Subject: Re: partition queries hitting all partitions even though check key is specified