Re: Interaction between Free Space Map an alternate location for a database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pg(at)fastcrypt(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Interaction between Free Space Map an alternate location for a database
Date: 2004-11-18 18:38:17
Message-ID: 18536.1100803097@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dave Cramer <pg(at)fastcrypt(dot)com> writes:
> Can someone explain how the free space map deals with alternate database
> locations?

It doesn't really care. It identifies tables by database OID+table OID,
and where they happen to sit physically doesn't matter.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dave Cramer 2004-11-18 18:42:49 Re: Interaction between Free Space Map an alternate location
Previous Message Josh Berkus 2004-11-18 18:33:54 Re: Query Performance and IOWait