Re: PostgreSQL as a filesystem

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: PostgreSQL as a filesystem
Дата
Msg-id 200504181935.02337.aklaver@comcast.net
обсуждение исходный текст
Ответ на PostgreSQL as a filesystem  ("Christopher Nelson" <paradox@BBHC.ORG>)
Список pgsql-general
On Monday 18 April 2005 01:42 pm, Christopher Nelson wrote:
> 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}=-

You might be interested in the following site. It is a Python DBAPI driver
that uses the file system as a database.
http://fssdb.sourceforge.net/

--
Adrian Klaver
aklaver@comcast.net

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PostgreSQL as a filesystem
Следующее
От: Aaron Glenn
Дата:
Сообщение: Re: PostgreSQL as a filesystem