I\'m still learning my lessons about data modeling in bigtable/nosql and would appreciate some feedback. Would it be fair to say that I should avoid parent->child relationships in my data mode开发者_如
The Mercurial VCS behind Google Code is backed by BigTable (I don\'t know about Subversion).It can be searched with Google Codesearch or with Codesearch Data API.But their feature set is limited, I ca
I\'ve got some models on my GAE app, and I\'ve overriden put() on some of them. When I call db.put() with a list of these entites, is there a guarantee that the overriden put() on each entity will be
I\'m having a very difficult time understanding the mechanics of the Google App Engine Datastore. I want to understand the mechanics so I can build my database in an optimal way for the database.
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_C百科
Imagine, for example that I have a lot of user开发者_运维技巧s. Every time a user messages something, he/she can message it to a list of other users (similar to mass-emailing). However, I just want to
I\'m developing an application for GAE that has a fairly complex data model. Based on my understanding, a good way to handle a complex data model using a noSQL database, especially GAE, is touse de-n
I have little problem with permissions in my future social application. Platform will nonrel db (Google\'s BigTable).
We are using a mysql database w/ about 150,000 records (names) total. Our searches on the \'names\' field is done through an aut开发者_如何学JAVAocomplete function in php. We have the table indexed bu
Is there any way to generate queries similar to the like, contains, startswith operators with app engine BigTable database?