↧
Google App Engine Tips and Tricks: Prebuilding Indexes using a non default...
(This’ll be a shorter post than usual.) Waiting for indexes to build can be drag; indexes need to be built before Entities even exist and can take longer than needed if the global index building...
View ArticleApp Engine datastore tip: monotonically increasing values are bad
When saving entities to App Engine’s datastore at a high write rate, avoid monotonically increasing values such as timestamps. Generally speaking, you don’t have to worry about this sort of thing until...
View Article