I'm downloading data from the bulkloader using the command:

appcfg.py download_data --config_file=ExporterFormat.py --
filename=prices.csv --kind Model_price .

The command finishes without errors, but I only get 39820 entities. A
quick look into the statistics on the website tells me there are at
least 114000 entities (they never get deleted, so it's rather more
than less).

I mentioned a similar problem over at this thread:

http://groups.google.com/group/google-appengine/browse_thread/thread/62ae96ef9dea3475

It seems that the remote api sometimes uses the wrong index, or the
index itself is broken. Either way, what happens is that the entity
keys are occasionally returned in descending rather than ascending
order, causing the loading to skip a whole range of entities and
return others in duplicate.

Please can someone look into this. I'm really struggling to get a full
datastore backup and cannot achieve it without a way to cycle through
all entities, which, given this issue, is not possible at the moment.

Thanks in advance,
Benjamin

PS: Sorry Nick for CCing you directly, but I'm afraid some issues
might get lost in the daily noise, and this one has been simmering for
weeks now, so I wanted to give it a bump

--

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.


Reply via email to