Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Linux/Unix equivalent for the Windows KTM and Transactional NTFS?

Windows, for some time, has supported transactional interactions with files - using the Kernel Transaction Manager (MS KTM) and Transactional NTFS. These features facilitate transactional changes to files on a local file system.

Does Linux/Unix have equivalent features? Are there any published performance comparisons?

like image 643
aSteve Avatar asked Oct 03 '15 10:10

aSteve


1 Answers

I do not have a clear answer for you on this, but ACID based File System discussions have been going on in the Linux world for a long time.

Perhaps you can catch up with Richard Spillane, an author on multiple papers regarding the subject: Amino PDF Enabling Transactional File Access via Lightweight Kernel Extensions

like image 153
Bee Kay Avatar answered Nov 11 '22 19:11

Bee Kay