Hi there

I've noticed there may be duplicate records in the Backup data that 
AppEngine produces.

I can verify this because I'm loading the Backups into BigQuery. When I 
search one of my tables, I can see the duplicates:

SELECT __key__.id as X_id, COUNT(__key__.id) as X_count, created FROM 
[TableId] GROUP BY X_id, created HAVING X_count > 1 ORDER BY created DESC;

This shows there are 5,807 duplicates in a table of ~2 million entries 
(~0.2%)

I can give Google employees access to our BigQuery and Google Storage 
accounts if that helps track down the issue.

Cheers
Mike

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to