Re: Inherited Tables Performance

From: Marcus Whitney <marcus(at)coldfeetcreative(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Inherited Tables Performance
Date: 2004-06-02 21:27:28
Message-ID: 200406021627.28906.marcus@coldfeetcreative.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Is there any crossover in performance with sibling inherited tables?

For Ex.

if I have a parent table called : people

A child of 'people' called: Adults
and
A child of 'people' called: Kids

Does the work I do to Adults, namely copies, huge updates and such ever affect
the performance of Kids?

Thanks.

--
marcus whitney

chief architect : cold feet creative

www.coldfeetcreative.com

800.595.4401
 

cold feet presents emma

email marketing for discriminating

organizations everywhere

visit www.myemma.com

Browse pgsql-performance by date

  From Date Subject
Next Message Gary Doades 2004-06-02 21:31:27 Re: PostgreSQL on VMWare vs Windows vs CoLinux
Previous Message Marcus Whitney 2004-06-02 21:08:56 Re: Pl/Pgsql Functions running simultaneously