We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a database with ~2100 tags, 0 values and ~22000 files, and the VFS is too slow to be usable: ls mnt/tags/example takes ~35 seconds to complete.
ls mnt/tags/example
I narrowed the problem down to the vfs.tagValueNamesForFiles function, called from openTaggedEntryDir. #263 contains a workaround for this problem.
vfs.tagValueNamesForFiles
openTaggedEntryDir
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a database with ~2100 tags, 0 values and ~22000 files, and the VFS is too slow to be usable:
ls mnt/tags/example
takes ~35 seconds to complete.I narrowed the problem down to the
vfs.tagValueNamesForFiles
function, called fromopenTaggedEntryDir
. #263 contains a workaround for this problem.The text was updated successfully, but these errors were encountered: