TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
App Engine datastore tip: monotonically increasing values are bad
11 points
by
christianberg
over 14 years ago
1 comment
candeira
over 14 years ago
Collapse
I thought what was bad was monotonically increasing keys, not values.<p>The solution, assuming for instance that you are indexing by timestamp, and your timestamp is a string: index by timestamp[::-1] (reverse the string).<p>Solved, next problem?
评论 #2147763 未加载