I started developing an app using the Cloud SQL database because I found it easier to understand than the Datastore option (I'd done lots of SQL before). After the first month's billing of the Cloud SQL I see that it isn't cheap, barely any queries were done and the price was already higher than I expected.
The app is a game which causes many small requests to the server per minute, no huge queries are needed, just little ones to download game status and accounts.
Would moving over to the GAE Datastore be worthwhile in terms of cost? (I've read the billing pages, but it's hard to get a feel for how much the difference in cost would be without having actually tried it)