Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is using noatime or/and nodiratime at mount time giving any performance benefits in xfs (or not using them performance decrease) ?

0
Posted

Is using noatime or/and nodiratime at mount time giving any performance benefits in xfs (or not using them performance decrease) ?

0

The default atime behaviour is relatime, which has almost no overhead compared to noatime but still maintains sane atime values. All Linux filesystems use this as the default now (since around 2.6.30), but XFS has used relatime-like behaviour since 2006, so no-one should really need to ever use noatime on XFS for performance reasons. Also, noatime implies nodiratime, so there is never a need to specify nodiratime when noatime is also specified.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123