Re: [HACKERS] sgmr* vs. md* - Mailing list pgsql-hackers

From ZEUGSWETTER Andreas IZ5
Subject Re: [HACKERS] sgmr* vs. md*
Date
Msg-id 219F68D65015D011A8E000006F8590C60267B36B@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: [HACKERS] sgmr* vs. md*  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> smgr is a generic i/o interface layer that allows multiple storage
> managers.  Currently, we always use DEFAULT_SMGR as a parameter to smgr*
> functions, causing calls to the md* routines.  Is there any value in
> just removing the smgr layer completely.  It was originally for a CD
> jutebox i/o layer in addition to our current disk i/o layer.
> 
Wouldn't this be the interface for a tablespace i/o manager ?
A tablespace has the advatage of only needing a number of files
for thousands of small tables, and reduces the overhead of many 
open file handles. A tablespace is also needed before raw devices
can be efficiently exploited.

Andreas


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] Open 6.5 items
Next
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] PyGreSQL 2.4