Re: Another question about partitioning

From: paul rivers <rivers(dot)paul(at)gmail(dot)com>
To: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Another question about partitioning
Date: 2007-11-28 01:40:20
Message-ID: 474CC704.5050705@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2007-11-28 01:54:25 Re: Linux v.s. Mac OS-X Performance
Previous Message Gregory Stark 2007-11-28 01:36:46 Re: Linux v.s. Mac OS-X Performance