partition pruning - Mailing list pgsql-performance

From Anj Adu
Subject partition pruning
Date
Msg-id f2fd819a1003011129h2222281fqa67bc45e051c6dd8@mail.gmail.com
Whole thread Raw
Responses Re: partition pruning
List pgsql-performance
When I use intervals in my query e.g  col1 between current_timestamp -
interval '10 days' and current_timestamp...the optimizer checks ALL
partitions  whereas if I use   col1 between 2 hardcoded dates..only
the applicable partitions are scanned.

pgsql-performance by date:

Previous
From: Rainer Pruy
Date:
Subject: Re: Query slowing down significantly??
Next
From: Yeb Havinga
Date:
Subject: Re: Query slowing down significantly??