Table Partitioning - Mailing list pgsql-novice

From Michael Gould
Subject Table Partitioning
Date
Msg-id c1b076d1cb49cf16406b71d58d982d5c@intermodalsoftwaresolutions.net
Whole thread Raw
In response to Copying data from one table to another  (Manoj Easwaran Govindan <egmanoj@gmail.com>)
List pgsql-novice
I am considering table partitioning.  We are migrating our application from
Sybase to PostGres 8.4.  In our product we have several tables which are
global amoung all locations, then we have several tables which are unique to
specific location. While we don't have millions of rows of data in any of
these tables, the specific locations do not want anyone except the corporate
office and their location to have access to their data.  I was thinking of
using table partitioning by locationID.  If I understand the concept
correctly if our corporate employees run a query from the master table and
do not limit it by the location id, then they will retrieve the results from
all child tables.

Best Regards

--
Michael Gould, Managing Partner
Intermodal Software Solutions, LLC
904.226.0978
904.592.5250 fax



pgsql-novice by date:

Previous
From: Andreas Wenk
Date:
Subject: Re: converting number to string in query
Next
From: Andreas Wenk
Date:
Subject: [Fwd: Re: converting number to string in query]