Re: Inheritance efficiency - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Inheritance efficiency
Date
Msg-id 20100430160714.GB3151@alvh.no-ip.org
Whole thread Raw
In response to Re: Inheritance efficiency  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Responses Re: Inheritance efficiency
List pgsql-general
Vincenzo Romano wrote:

> In this specific case, if you think about "inheritance for
> partitioning" and you stick with the example idea of "one partition
> per month", then the current solution is more than OK.
> In the real world, that is not really the general case, especially in
> the "enterprise grade" world, where maybe you partition with both a
> time stamp and another column, like product code ranges and prefixes
> ...
>
> Is there any planning about this improvement?

Of course.  People is always looking to make improvements in many areas.
There are very few things that people consider to be "more than OK".
The partitioning features are among those being more examined for
possibly improvements.

This does *not* mean that PostgreSQL doesn't serve mission critical
systems already, on enterprises large and small, some of them on very
large systems.  What you see in these lists (people describing
"partition by month" schemes) are not necessarily the most complex
setups out there.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: hernan gonzalez
Date:
Subject: savepoints with the same name
Next
From: Tim Landscheidt
Date:
Subject: Re: Function to Table reference