Performance difference between goofys and aws sync
Can you explain if goofys provides a significant performance update over using aws sync on a folder?
For example, what happens if you copy a file onto the goofys? Does it use the same logic as aws sync would do (of course manually executed), or does it use another layer of keeping track which files are already synced and which not, which would improve the sync performance?
Would like to know this too. Are upload/download speeds via goofys just as good as uploading/downloading via the aws cli or API?
Cheers
aws sync would likely be faster, as it's purpose built. goofys purpose in life is to present s3 as a local filesystem, performance would be a secondary concern. that said, if you run benchmarks, it would be interesting to see.
I feel like Goofys is faster, but I have not tried to run multiple cli in parallel