According to the docs at https://cloud.google.com/appengine/docs/go/datastore/entities "There is a write throughput limit of about one transaction per second within a single entity group"
Does this apply to incomplete keys, such that using incomplete keys in a transaction will limit it to only one transaction?