Tuesday, July 31, 2012

Re: Can't create new instance

You should be able to create new instances now.

As for the storage limit question, once you've reached the maximum size, mysql won't be able to write to disk anymore. Once you're in that state, mysql might crash or hang.

If you really need to go beyond 10 GB, you can consider sharding your data into separate cloud sql instances. See http://stackoverflow.com/questions/292039/resources-for-database-sharding-and-partitioning.

On Tue, Jul 31, 2012 at 4:08 PM, jlemes <jslsolucoes@gmail.com> wrote:

Sorry , the number is 38855119945 .

About the second question :

i have a instance named jslsolucoes:app with two databases created : tagria and faturamento , when the maximum size (10GB) of storage is reached , the applications will crash because the size of database ? Or nothing happens and i will pay just for extra storage (10GB) + extra GB that is used ?

About documentation :

"Use of storage or I/O over the included quota is charged at the Per Use rate ($0.24 per GB per month for storage, $0.10 per Million of I/Os). The maximum storage for any instance is currently 10GB. "

In short
: How can I use more than 10GB for the same databases .
Create a new instance ? But when i create a new instance the same databases is avaiable ???



No comments:

Post a Comment