Re: Another question about partitioning - Mailing list pgsql-general

From paul rivers
Subject Re: Another question about partitioning
Date
Msg-id 474CC704.5050705@gmail.com
Whole thread Raw
In response to Another question about partitioning  (Alex Vinogradovs <AVinogradovs@Clearpathnet.com>)
Responses Re: Another question about partitioning
List pgsql-general
Alex Vinogradovs wrote:
> Hello all,
>
>
> I have a table which is partitioned by range into 10 pieces with
> constraint exceptions. Constraint exceptions is enabled in server
> configuration too. For some reason, queries to the master table
> are still slower than direct queries against partitions. Is there
> any real reason for that, or I should look into misconfiguration ?
>
> Thanks!
>
>
> Best regards,
> Alex Vinogradovs
>
Is that true even if you type the query yourself in psql and ensure that
the values for the partitioned columns are constants in the where
clause?  Can you post an explain of the sql?

Paul


pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Linux v.s. Mac OS-X Performance
Next
From: Doug McNaught
Date:
Subject: Re: Linux v.s. Mac OS-X Performance