▲ | lxgr 14 hours ago | |||||||||||||
No idea, but why would that be necessary or sufficient to make it very unlikely to lose data? Things can go wrong on many layers above and below the database, so the property you describe seems like an implementation detail of one particular approach, not something fundamentally necessary for sound bookkeeping. | ||||||||||||||
▲ | Kkoala 13 hours ago | parent | next [-] | |||||||||||||
Not necessary or sufficient, but with append only model you can at least trace back what has happened if/when something goes wrong | ||||||||||||||
| ||||||||||||||
▲ | scripturial 14 hours ago | parent | prev [-] | |||||||||||||
I am not sure where the disconnect is. Having a database that can provide a permanent unalterable record of all transactions, even when running over a distributed network, seems reasonably important to me. Are you saying it’s just as good to do this in the application layer? I respect that’s a possible option. Not sure I agree it’s a good option. | ||||||||||||||
|