In the AppEngine Bulkloader Documentation, they state "If you attempt to copy from a High Replication datastore, you'll see a high_replication_warning error in the Admin Console, and the downloaded data might not include recently saved entities." Any idea how recent they mean by "recently saved entities"?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

This is a consequence of eventual consistency. Recently saved entities includes anything that wouldn't show up in the query the bulkloader uses. There isn't a firm time horizon on this, but it's usually fairly short (a few seconds).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.