Google App Engine: Which is its RDBMS?
Posted
by Vimvq1987
on Stack Overflow
See other posts from Stack Overflow
or by Vimvq1987
Published on 2010-05-24T04:52:46Z
Indexed on
2010/05/24
5:01 UTC
Read the original article
Hit count: 150
According to this: http://code.google.com/appengine/docs/whatisgoogleappengine.html it seems that GAE only uses Datastore to store data, which is equivalent with Table service on Windows Azure Platform.
Does anyone know that which RDBMS it uses? or such thing exists or not?
© Stack Overflow or respective owner