-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
Description
I checked through the source but it doesn't look like O_NOATIME can be passed to fs.open?
fs.fstat on many files with node.js would be much faster if the fd could be opened with O_NOATIME.
For indexing or backup programs using node, O_NOATIME can significantly reduce the amount of disk activity.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.