Hacker News new | ask | show | jobs
by fdsfsafasfdas 3317 days ago
Any chance that Google Cloud will ever expose access to F1?
1 comments

The point of the SQL layer now merged into Spanner is so that people don't have to run F1 or something like it on top. I'd expect continual improvements there, especially if enough folks say "I'll move if X"
Well, the hope would be that it would allow read-write-read sql transactions, which to my understanding will never be implemented in Spanner.
Any insight into why read-write-read sql transactions will never make it into Spanner?
Not sure if "never", but from the new Spanner paper[1]:

> While we have seen comparatively little demand for this feature internally, supporting such semantics improves compatibility with other SQL systems and their ecosystems and is on our long-term radar.

[1] http://dl.acm.org/authorize?N37621

Thanks for the clarification and the link.