The POSIX standard mandates that operating systems maintain file system metadata that records when each file was last accessed. This timestamp is known as atime
and atime
comes with a performance penalty – every read operation on a filesystem generates a write operation.