How can I fetch more than 1000 record from data store and put all in one single list to pass to django?
if so, use F9 to retrieve the first 1000 and F5 to retrieve all rows. When building your query you probably do not want to see all rows until you know that you wrote the sqL correctly. hence the preview of first 1000 rows. When done and you want to see all use the F5 or right click and request to read all rows.
Starting with Version 1.3.6 (released Aug-17-2010) you CAN
From the changelog:
Results of datastore count() queries and offsets for all datastore queries are no longer capped at 1000.
Just for the record - fetch limit of 1000 entries is now gone:
http://googleappengine.blogspot.com/2010/02/app-engine-sdk-131-including-major.html
Quotation:
No more 1000 result limit - That's right: with addition of Cursors and the culmination of many smaller Datastore stability and performance improvements over the last few months, we're now confident enough to remove the maximum result limit altogether. Whether you're doing a fetch, iterating, or using a Cursor, there's no limits on the number of results.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With