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

2004-11-18 Thread Josh Berkus
Dave,

 Given that the free space map is global, and it is ostensibly managing
 free disk space, how does it deal with tuples across disk locations ?

Are you talking Tablespaces?

-- 
Josh Berkus
Aglio Database Solutions
San Francisco

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


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

2004-11-18 Thread Tom Lane
Dave Cramer [EMAIL PROTECTED] 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

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings