Re: serverless postgresql
Douglas McNaught <doug@mcnaught.org>
From: Doug McNaught <doug@mcnaught.org>
To: "Rick Gigger" <rick@alpinenetworking.com>
Cc: "Jeff Bowden" <jlb@houseofdistraction.com>, "Tom Lane" <tgl@sss.pgh.pa.us>, <pgsql-general@postgresql.org>
Date: 2004-01-14T18:12:09Z
Lists: pgsql-general
"Rick Gigger" <rick@alpinenetworking.com> writes: > Anyway since postgres uses WAL files to verify the integrity of the database > couldn't it more or less make the same guarantee's in an embedded version? > As long as the app uses the db libs unmodified and doesn't mess with the > files it creates how does simply making it embedded increase the change of > db errors resulting in database corruption? If an app's internal data structures get corrupted and it goes nuts, pretty much anything can happen to its address space. -Doug