You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Cloud Filestore Discuss
Hello,
I have created new bucket in the southeast2 region. My compute engines are also located in the same region. I have mount .bucket on my compute engine using GCSFUSE
I can see very high latency for frequent read/writes. I have attached screen shots of the performance and bucket configuration
jlibera
unread,
Mar 17, 2021, 3:23:38 PM3/17/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Cloud Filestore Discuss
Hi,
Cloud Storage FUSE typically has a much higher latency than a local file system. When reading or writing files one small file at a time (frequent read/writes), throughput may be reduced. It's advised to use larger files/or transferring multiple files at a time to help increase throughput. I would suggest to look through the GCS FUSE documentation for more details [1].