All, I have read in several places that using a monotonically increasing value for a key or in an index is a bad thing, primarily because of the way Big Table manages the process of splitting overloaded tablets. In a few comments, I have read that it really isn't an issue unless you hit around 300 QPS.
There are many cases where I would like to use timestamp in an index (to order or limit query results based on creation time, for example). So, my questions are: 1) Is there a definitive issue with throughput when using a timestamp in an index? 2) If yes, what is the approximate QPS threshold where it becomes an problem? 3) What can we expect after exceeding this threshold? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
