PostgreSQL as a filesystem

Поиск
Список
Период
Сортировка
От Christopher Nelson
Тема PostgreSQL as a filesystem
Дата
Msg-id 79A4CBFE19FBA8428782AA6B5E64E27802804CB3@server3.bbhclan.org
обсуждение исходный текст
Ответы Re: PostgreSQL as a filesystem  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PostgreSQL as a filesystem  (Adrian Klaver <aklaver@comcast.net>)
Re: PostgreSQL as a filesystem  (Aaron Glenn <aaron.glenn@gmail.com>)
Список pgsql-general

This isn’t a high-priority question.

 

I’m developing a hobby OS and I’m looking into file systems.  I’ve thought about writing my own, and that appeals, but I’m also very interested in the database-as-a-filesystem paradigm.  It would be nice to not have to write all of the stuff that goes into the DBMS (e.g. parsers, query schedulers, etc) myself.  

 

So I was wondering what sort of filesystem requirements Postgre has.  For example, could I write a simple interface layer that just requests blocks from the physical device and translate those into byte sets, or does the DB actually require multiple files mapped by a larger file system that maintains names, etc.

 

I guess my real question is how much file system support is really required by the DBMS’s disk routines.  Please reply to nadiasvertex@gmail.com since I’m not subscribed to this list.  Thanks in advance!

 

-={C}=-

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

Предыдущее
От: Philip Hallstrom
Дата:
Сообщение: Re: tsearch2
Следующее
От: "Relyea, Mike"
Дата:
Сообщение: Re: Plpgsql function with unknown number of args