What is a transactional file system? What is a transaction point?
A transactional file system is one that is architected on the concepts of a database. Databases conduct events known as transactions. At determined intervals, all changes prior to the previous intervals are committed to disk. These intervals are called as transaction points. A Transaction Point may be atomic or not. Reliance Transaction Points are atomic, but Win/CE TFAT transaction points are NOT atomic.