| I just found this quite old paper and it came as a surprise to me to discover
that the idea of append-only storage is not 20 years old but more than 40! The older work I was aware of is on "The design and implementation of a log-structured file system" (1) So this is with pleasure that I learned that these ideas was around in the 80: - Deletion considered harmful - A non-deletion strategy using timestamps - The importance of accessing past data - A non-deletion strategy can improve both integrity and reliability (1) https://dl.acm.org/doi/10.1145/146941.146943 |
Though many were thinking about these ideas in the 88-92 timeframe, as Tape storage systems are roughly speaking append only, so lots of the ideas of a logged filesystem are around the increased random read from disk drives.