Reusing established connection to google datastore

Well, the delay isn’t just about bandwidth, latency is really the largest factor after bandwidth gets to a basic level. Have you tested this either on the google cloud itself or with a different language? 100ms sounds about right if you have to make the query to a server half way around the world.

1 Like

If you’re having problems with that generated client I would recommend taking a look at the REST API for GCP storage. You may find it’s easier to use it directly with a HTTP client of your choice rather than using this library. :slight_smile:

1 Like

i have tried uploading it directly using Google Cloud Platform Console in web browser using

https://console.cloud.google.com/storage/browser?_ga=2.10181949.-983752415.1562832087 i did not use any other language because elixir is quick enough.

thank you, will definitely try this.