Re: [HACKERS] sgmr* vs. md*

Поиск
Список
Период
Сортировка
От ZEUGSWETTER Andreas IZ5
Тема Re: [HACKERS] sgmr* vs. md*
Дата
Msg-id 219F68D65015D011A8E000006F8590C60267B36B@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: [HACKERS] sgmr* vs. md*  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Open 6.5 items
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] PyGreSQL 2.4