Re: embedded/"serverless" (Re: serverless postgresql)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Bowden <jlb(at)houseofdistraction(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: embedded/"serverless" (Re: serverless postgresql)
Date: 2004-01-16 22:01:45
Message-ID: 12035.1074290505@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Bowden <jlb(at)houseofdistraction(dot)com> writes:
> Still, the main problem I, and I suspect others, would like to solve is
> installation/configuration. For my app I don't want the user to have to
> understand anything about how keeping data in a shared
> system-administered database is different from keeping data in local
> files. Everything should "just work".

Sure, but most of the existing packagings of PG already try to make this
automatic (at least Lamar's RPMs and Oliver's Debian package do). No
doubt further work could be invested to make it even smoother, but that
doesn't mean we need a client-started database.

> So kill -9 on postmaster can lead to database corruption? What happens
> in a power failure?

See my last response to Rick Gigger. kill -9 is a lot different from a
power failure.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Kirkwood 2004-01-16 22:11:33 Re: [PERFORM] Potential Problem with PostgeSQL performance on SuSE
Previous Message Jonathan Bartlett 2004-01-16 22:00:35 Re: embedded/"serverless" (Re: serverless postgresql)