Tagged Questions
6
votes
2answers
1k views
Entity groups in Google App Engine Datastore
So I have an app that if I'm honest doesn't really need transactional integrity (lots of updates, none of them critical). So I was planning on simply leaving entity groups by the wayside for now. ...