Emulating partitioning in postgresql 8.0?

From: Fei Liu <fei(dot)liu(at)aepnetworks(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Emulating partitioning in postgresql 8.0?
Date: 2007-04-30 21:33:41
Message-ID: 463660B5.8060202@aepnetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Group, I just realized that partitioning is not available in 8.0. As
far as I can see it's only 'set constraint_exclusion = on;' missing from
8.0 compared with 8.1. Is there a way to emulate partitioning in 8.0
and achieve good performance on query with large amount of data?

Thanks,

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bill Sias 2007-04-30 22:30:53 Installation problem (Windows)
Previous Message Michael Fuhr 2007-04-30 14:01:01 Re: call stored function from ecpg w/cursor