-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
IO patterns in OCIS decomposed FS #2976
Comments
For eos most of the read xattrs are fetched with a single Aggregating ListStorageSpace, Stat and GetPath into a single call seems to be the more fruitful approach: when making a
|
@butonic for xattr is understandable, however there a dozens of stat calls, which they will affect EOS. |
CS3Api Change in cs3org/cs3apis#173 |
Work in progress. I suggest you do a profiling of the previous scenarios on edge to compare to baseline in master. |
Work in progress. |
This issue tracks IO patterns in the OCIS decomposed FS for optimisation.
Testing setup: https://owncloud.dev/ocis/getting-started/
Username for testing: einstein/relativity
Host machine: Centos 7
Version:
Version: \n Compiled: 2022-06-15 00:00:00 +0000 UTC
The
getxattr
systemcall fails very often, same examples:Empty personal space
As a user I click on the "All files tab" from the web, the following number of requests are made:
Creating a folder in the empty personal space
Listing the personal space that contains one folder
Listing the personal space containing 10 folders
Listing received shares panel (one share only)
The text was updated successfully, but these errors were encountered: