tfoote / nps_me4823

A repository with a dockerfile for testing novnc deployments
Apache License 2.0
0 stars 1 forks source link

s3fs-fuse is too slow to use for many common tasks #22

Open M1chaelM opened 3 years ago

M1chaelM commented 3 years ago

Using s3fs to mount aws buckets is convenient because it automatically syncs local changes back to the bucket, but because these changes happen synchronously the user experience is very bad for many common tasks. Practically, this means:

Examples of problematic tasks:

(Note that all times given below are rough tests using a local development environment on a network that has a 250Mbps connection up and down. I still need to verify that running in cloudsim gives similar performance.)

General comments