sgmr* vs. md*

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема sgmr* vs. md*
Дата
Msg-id 199905170029.UAA18078@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] sgmr* vs. md*  (Ole Gjerde <gjerde@icebox.org>)
Список pgsql-hackers
I just changed the call from mdunlink to smgrunlink, but this brings up
a good point.

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.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Syntax of LOCK TABLE ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Open 6.5 items