Re: Search on very big (partitioned) table

From: Sushant Pawar <sushant(dot)pawar(at)ashnik(dot)com>
To: Adam Brusselback <adambrusselback(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Search on very big (partitioned) table
Date: 2017-02-21 03:59:42
Message-ID: CAFU+HBwd7wyV34_H030hqZAcXrebRwfDLDEt2hcpXzf=c+thBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What is the execution plan of a query is showing? Check whether it is
reading through all partitions.

Best Regards,

*Sushant Pawar | Database Solution Consultant*

*ASHNIK TECHNOLOGY SOLUTIONS PVT. LTD.*

Skype: sush_531 | T: +91 9769559995 <%2B65%206438%203504> | www.ashnik.com

On Tue, Feb 21, 2017 at 4:47 AM, Adam Brusselback <adambrusselback(at)gmail(dot)com
> wrote:

> Do you have non overlapping check constraints on the partitions by date to
> allow the planner to exclude the child tables from needing to be looked at?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2017-02-21 07:16:05 Re: Streaming Replication Without Downtime
Previous Message Merlin Moncure 2017-02-21 01:40:01 Re: Autovacuum stuck for hours, blocking queries