is there a way for juicefs to search for files via its meta data? #7316
Unanswered
garyz-inspirum
asked this question in
Q&A
Replies: 1 comment
|
At the moment, JuiceFS does not provide a built-in feature or command for direct file search by metadata conditions. Its current capabilities are primarily path-based lookup and directory traversal. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Our existing system is trying to find a large amount of files thorough find command via fuse, which is super expensive as it needs traverse all of the file system directories, I wonder if there is a way for juicefs to search via its meta data.
the search criteria is normally mtime based. thanks.
All reactions