Partitioned tables and views - Mailing list pgsql-general

From Mike Gould
Subject Partitioned tables and views
Date
Msg-id 20080731165446.3a41ac86@mail.allcoast.net
Whole thread Raw
Responses Re: Partitioned tables and views
List pgsql-general
I have several tables that we have partitioned by physical location.  This seems to give us the best overall performance when doing location specific queries.  I have a few questions.

1. Is the planner/optimizer intelligent enough to know when we are not doing a query based on location?  For example we might have a trailer that is used by multiple locations and we need to know all of the locations where that trailer has been used.  Other queries might look for a specific work order that could only be in one of the partitions.

2.  How are views handled with partitioned tables?  I don't find anything in the documentation that tells me how views are handled.  Depending on the view will it only use the partitioned table or will it use the master table?

Best Regards

Michael Gould



pgsql-general by date:

Previous
From: David R Robison
Date:
Subject: Re: Doing an LDAP lookup from a SQL SELECT
Next
From: Christophe
Date:
Subject: PL/pgSQL equivalent to PQtransactionStatus?