tiddlywink wrote:
Quote:
Thanks for the response, it answers my first question, but not the
second. I still need to know if corruption can occur when the process
writing to the database seg faults, or aborts for some reason ? (the
latest version, not 2.4.14). |
Assuming that you are going to use a transactional data store, and not
network based file systems. Current versions of DB will deliver ACID
(http://databases.about.com/od/specif...cts/a/acid.htm) compliant
data storage.
This means that the database will always be left in a recoverable state
- even after a segmentation fault in the process writing to a database.