I read about App Engine on Wikipedia and came across some GQL limitations:
JOIN is not supported
can SELECT no more than one table at a time
can contain no more than 1 column in the WHERE clause
What are the benefits of these restrictions?
Are these restrictions common in other places where scalability is a priority?
The data warehouse that GQL is talking to:
- , .
GQL SQL, SQL.
:
, , - , . Google , BigTable, API, SQL , . , ORM, .
.
: , , . GQL WHERE. , . :
http://code.google.com/appengine/docs/python/datastore/queries.html