[google-appengine] Pagination used in dashboard

2010-12-10 Thread Ernesto Karim Oltra
I don't know exactly the code behind the app engine dashboard, but I notice they use two variables, offset and limit to paginate through the results in the admin logs. I wonder if they use some kind of efficient implementation, or only the dirty one, by using fetch(offset, limit). -- You

Re: [google-appengine] Pagination used in dashboard

2010-12-10 Thread Ikai Lan (Google)
The logs in the App Engine dashboard don't use the App Engine datastore. That's why we can't add more space at will for users. We're looking at ways to expand logs capacity and retention. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com

Re: [google-appengine] Pagination used in dashboard

2010-12-10 Thread Robert Kluin
He may have been asking about the datastore viewer. Robert On Fri, Dec 10, 2010 at 21:06, Ikai Lan (Google) ikai.l+gro...@google.com wrote: The logs in the App Engine dashboard don't use the App Engine datastore. That's why we can't add more space at will for users. We're looking at

Re: [google-appengine] Pagination used in dashboard

2010-12-10 Thread Robert Kluin
Scratch that, just noticed the admin logs part. How about answering in terms of the datastore viewer :) Robert On Sat, Dec 11, 2010 at 01:30, Robert Kluin robert.kl...@gmail.com wrote: He may have been asking about the datastore viewer. Robert On Fri, Dec 10, 2010 at