GCP http2 is working while disabled on cloud console
I'm working on a service that needs immense resources every ~6 hours for about 15-20 minutes. This service needs access to my database.
The problem I'm facing is that I am using Google Cloud SQL to host my psql instance, for which I need to give a lot of computing power, and therefore cost, to handle the immense resources needed every ~6 hours; however, I don't want to pay for the resources when I don't use them.
Is there an architecture that auto-scales the resources when they are needed to a relational SQL database?
The answer is no, or at least in GCP there isn't: Google Cloud Platform Documentation
However; cockroach offers a solution: cockroachlabs