TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Quizlet Tests Cloud Spanner – The Most Sophisticated Cloud Database

91 点作者 pbbakkum超过 8 年前

3 条评论

wyldfire超过 8 年前
&gt; Cloud Spanner doesn&#x27;t, however, support data manipulation language (DML) statements. DML includes SQL queries like INSERT and UPDATE. Instead, Spanner&#x27;s interface definition includes RPCs for mutating rows given their primary key[21]. This is a bit annoying. You would expect a fully-featured SQL database to include DML statements.<p>Yes, I would expect that, and it does sound annoying. So, what is it about the INSERT and UPDATE that can&#x27;t work given the other elements of Cloud Spanner&#x27;s design?
nealmueller超过 8 年前
MySQL and Spanner performance flips as QPS climbs. MySQL latencies are lower (better) at 3000 QPS and higher (worse) at 9000 QPS, than Spanner. Spanner latency is basically unchanged, while MySQL latency has jumped.
jbyers超过 8 年前
&quot;We&#x27;ve eliminated most of the joins we do, so we haven&#x27;t tested Cloud Spanner&#x27;s join performance.&quot;<p>Makes sense given Quizlet&#x27;s scale and sharding approach. Anyone else have early experience to share with joins?