(no title)
wsh91 | 9 years ago
* The first serverless database
* The first active-active multi-cloud database
* The first strongly-consistent multi-region database available to the public
None of these are firsts. I don't know if our (GCP) services are themselves the first of their kind (it's an ambitious claim and, as an engineer, I try to be careful about those), but Datastore meets at least two of those three and predates FaunaDB by several years.
evanweaver|9 years ago
GCP can't span multiple public cloud providers, or even different continents within GCP, apparently.
Indexes and cross-partition transactions aren't consistent, which doesn't meet, to us, the minimum bar for utility. Your docs say the consistent write throughput per entity group is 1 write per second?
wsh91|9 years ago
It would be much easier to assess the relative consistency models of our products if FaunaDB had documentation with respect to its claims. We have a litany of pages about ours (e.g. [2] and [3]).
[1] https://cloud.google.com/datastore/docs/concepts/structuring...
[2] https://cloud.google.com/appengine/articles/transaction_isol...
[3] https://cloud.google.com/datastore/docs/concepts/transaction...