Re: [COMMITTERS] pgsql: Some further performance tweaks for planning large inheritance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Some further performance tweaks for planning large inheritance
Date: 2007-04-22 16:53:14
Message-ID: 6576.1177260794@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Does this eliminate problems with using a large number of tablespaces?

No, it doesn't have anything particular to do with tablespaces.
It gets rid of some bottlenecks that become noticeable with a
large number of child tables.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-04-22 18:46:46 python - ip: Remove 'Mechanics' sections.
Previous Message James William Pye 2007-04-22 15:45:37 python - typ: When in '__setup__', __file__ will be available.

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-04-22 17:10:17 Re: [HACKERS] parser dilemma
Previous Message Andrew Dunstan 2007-04-22 16:28:38 Re: [HACKERS] parser dilemma