The question is very specific to which of the two storage options on Google App Engine will be a better solution for my Android Application that has to store and retrieve images from the server (google apps engine)
- High Replication Data Storage - Use the Blobstore Api to work around it.
- Use Google Cloud Sql - Create Relational Data Storage in the Cloud.
I am new to Google Apps Engine so not sure about the decision. Any help would be highly appreciated.
Thank You. Hope to hear soon.