dosyago / sirdb

:man: a simple, git diffable JSON database on yer filesystem. By the power of NodeJS
GNU Affero General Public License v3.0
572 stars 14 forks source link

Roadmap, acidity and transactions: consider this #14

Open o0101 opened 3 years ago

o0101 commented 3 years ago

https://danluu.com/deconstruct-files/

o0101 commented 3 years ago

Moving towards ACID is interesting.

Some ideas

o0101 commented 3 years ago

Also consider copy on write mode

https://nodejs.org/api/fs.html#fs_file_copy_constants

https://levelup.gitconnected.com/how-to-create-a-copy-on-write-clone-of-a-file-in-node-js-443cfa2b18d9

o0101 commented 3 years ago

And ...

https://www3.physnet.uni-hamburg.de/physnet/Tru64-Unix/HTML/APS33DTE/DOCU_009.HTM#:~:text=Synchronized%20I%2FO%20is%20useful,of%20data%20on%20that%20device.