Re: serverless postgresql

Поиск
Список
Период
Сортировка
От David Garamond
Тема Re: serverless postgresql
Дата
Msg-id 400630C3.9070502@zara.6.isreserved.com
обсуждение исходный текст
Ответ на Re: serverless postgresql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: serverless postgresql  (Jonathan Bartlett <johnnyb@eskimo.com>)
Re: serverless postgresql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> Jeff Bowden <jlb@houseofdistraction.com> writes:
>
>>That makes sense to me.  I wonder if sqlite suffers for this problem
>>(e.g. app crashing and corrupting the database).
>
> Likely.  I can tell you that Ann Harrison once told me she made a decent
> amount of money as a consultant fixing broken Interbase/Firebird
> database files.  It would be hard to make a living in the same game for
> Postgres.  Now I don't think that Firebird is any buggier than Postgres.
> But it comes in an embedded-library form; I'll bet lunch that most of
> those data corruption problems were actually induced by crashes of
> surrounding applications.

Do the developers generally oppose the idea of a threaded (but
non-embedded) backend as well? If the backend is thread-safe, then users
can still choose to run multiprocess or multithreaded right?

--
dave


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

Предыдущее
От: David Garamond
Дата:
Сообщение: Re: serverless postgresql
Следующее
От: "LitelWang"
Дата:
Сообщение: Re: about postgres odbc on wondows