bigtable
parent->child relationships in appengine python (bigtable)
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开发者_如[详细]
2023-02-14 00:55 分类:问答Direct access to BigTable behind Google Code version control
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[详细]
2023-02-12 08:23 分类:问答Is the model specific put() called for each entity when db.put() is called with a list of entities?
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[详细]
2023-02-12 02:05 分类:问答Explanation of performance considerations of read/write on Google Datastore (GAE)?
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.[详细]
2023-02-10 23:06 分类:问答How to download big table like MySQL into my pc? [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_C百科[详细]
2023-02-09 17:23 分类:问答In a non-relational DBMS (BigTable in AppEngine), how should I set up the entities for a mass messaging type-of system?
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[详细]
2023-02-08 09:44 分类:问答Google App Engine and database "Views"
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[详细]
2023-02-08 00:08 分类:问答BigTable query with IN operator to get all user group keys
I have little problem with permissions in my future social application. Platform will nonrel db (Google\'s BigTable).[详细]
2023-02-06 08:05 分类:问答mysql stored routine vs. mysql-alternative?
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[详细]
2023-02-05 09:00 分类:问答web2py like equivalents with google app engine
Is there any way to generate queries similar to the like, contains, startswith operators with app engine BigTable database?[详细]
2023-01-31 16:23 分类:问答