You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FUSE mount currently does not support the new feature introduced in v1.3, which accelerates concurrent file creation and deletion in the same directory when using the SQL metadata engine #6293
What would you like to be added:
In #6285, we tested four scenarios involving concurrent file creation and deletion in the same directory, using both the Python SDK and a simple Python script (via the FUSE layer), under single- and multi-processing settings. We observed a performance drop when using multi-processing with the Python script.
Why is this needed:
Since most users interact with JuiceFS as a regular file system through the FUSE layer, we hope the new feature will also be supported when JuiceFS is mounted in this way.