After reviewing the price of the new Google relational database, it states that the cost is based on storage and use. They charge $ 0.9 per hour per node. Question: if I create a database for development and use it only 6 hours a day, 100 hours a month as a maximum ... Do I have to pay only for hours with active use (receiving requests) or for the whole month? Is the charge similar to instances of App Engine?
In the first case, you should not spend $ 90 on testing this new database, but if they charge a fee for the whole month (using it or not) ... the cost increases to $ 670 per month ...
Has anyone used this database and can use the total bill value?
In the tutorial, they recommend deleting the database after testing, but deleting the database and re-creating the database and data every day is not suitable for development.
source share