Re: inheritance performance

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: ken <southerland(at)samsixedd(dot)com>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-performance(at)postgresql(dot)org
Subject: Re: inheritance performance
Date: 2005-01-21 18:15:16
Message-ID: 41F146B4.8010900@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> So if you perform a "select * from parent" then does postgres internally
> create a union between all the child tables and return you the results
> of that?

Basically, yes. Kind of.

Chris

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Stark 2005-01-21 18:16:09 Re: inheritance performance
Previous Message ken 2005-01-21 17:58:39 Re: inheritance performance