How many hits can google drive bare if i use it as cloud database?

67 views Asked by At

I am working on an app where there is 1M hits every day.I want to use google drive as database .Can google drive bare this much traffic??

1

There are 1 answers

2
Jacques-Guzel Heron On

I strongly discourage using Drive as a database. Since that behaviour isn't its aim, it may create a noticeable bottleneck in your project. I recommend using Cloud SQL as an alternative. Nevertheless, these are the Drive API quota limits extracted from Google Cloud Platform ⮞ Navigation menu ⮞ IAM & Admin ⮞ Quotas:

Drive API quota limits

If you really want to use Drive as a database, you must keep in mind those usage limits. I'll take for granted that you need to read a different row from the database per each hit, so no cache is involved here. In that scenario, assuming ideal user distribution, the project would cap at 8,640,000 daily hits (expecting ten different concurrent accounts to interact with the database in order to provide the data).