TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

App Engine datastore tip: monotonically increasing values are bad

11 pointsby christianbergover 14 years ago

1 comment

candeiraover 14 years ago
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 未加载