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
At the moment the write performance is very slow. Copying a file of 90K takes about 30 seconds. This is due to the multiple write requests being performed by fuse library with 4K blocks. Every request requires read/write against Dynamo which is very slow.
The text was updated successfully, but these errors were encountered:
At the moment the write performance is very slow. Copying a file of 90K takes about 30 seconds. This is due to the multiple write requests being performed by fuse library with 4K blocks. Every request requires read/write against Dynamo which is very slow.
The text was updated successfully, but these errors were encountered: