Re: Needed files - embedded postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Needed files - embedded postgres
Дата
Msg-id 8921.1166196659@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Needed files - embedded postgres  (Henrik Zagerholm <henke@mac.se>)
Ответы Re: Needed files - embedded postgres  (Henrik Zagerholm <henke@mac.se>)
Список pgsql-general
Henrik Zagerholm <henke@mac.se> writes:
>> Postgres has been designed as a server, and lots of
>> implementation details might not make sense in an embedded
>> context. you might be better served by SQLite, or some other
>> such library.

> ... It is also quite crash resistant with the WAL implementation.

One of the reasons it's crash resistant is exactly that it's *not*
embedded, and thus not subject to corruption by application-side bugs.
That concern is what has caused the developers to have zero interest
in creating an embeddable variant.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: about the RULE system
Следующее
От: George Weaver
Дата:
Сообщение: Re: PostgreSQL doesn't accept connections when Windows