Hacker News new | ask | show | jobs
by boulos 3319 days ago
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"
1 comments

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.