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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Performance Deficits in Apache Cassandra

17 点作者 twhitmore将近 4 年前

2 条评论

hardwaresofton将近 4 年前
Great writeup but it was a bit weird that the choice was Postgres vs Cassandra... Those are two very different projects.<p>&gt; Recently I was conducting an evaluation of several different databases for a messaging workload.<p>&gt; While PostgreSQL was a strong contender among SQL databases and had given good results in early experiments, I was looking for the ideal NoSQL candidate.<p>Maybe I just don&#x27;t know much about these projects but is Cassandra a common choice for a messaging workload? Postgres also strikes me as a weird choice -- you&#x27;re going to need to do some partitioning (or use a plugins like timescale and&#x2F;or citus) to make things scale gracefully (not web scale per-say, but just reasonably active messaging over a long period of time).<p>I got some inside information that LINE (a popular messaging app here in Japan) has a large Kafka cluster -- maybe it&#x27;s 100+ nodes by now.<p>In the end I do love me some postgres propaganda though, it&#x27;s a fantastic tool -- IMO the best RDBMS out there, and maybe even better for some usecases you wouldn&#x27;t expect.<p>On the Cassandra front, A bit disappointing to hear about the issues uptaking the patch. This kind of improvement seems well worth reviewing, but the priority is low., I do wonder where Scylla[0] would have been on the spectrum of performance.<p>[EDIT] - It looks like cassandra trunk wins on the margins[1], despite this speed up, so it&#x27;s not so cut and dry.<p>[0]: <a href="https:&#x2F;&#x2F;www.datasciencecentral.com&#x2F;profiles&#x2F;blogs&#x2F;scylla-vs-cassandra-performance-comparison" rel="nofollow">https:&#x2F;&#x2F;www.datasciencecentral.com&#x2F;profiles&#x2F;blogs&#x2F;scylla-vs-...</a><p>[1]: <a href="https:&#x2F;&#x2F;issues.apache.org&#x2F;jira&#x2F;browse&#x2F;CASSANDRA-16499?focusedCommentId=17301900&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17301900" rel="nofollow">https:&#x2F;&#x2F;issues.apache.org&#x2F;jira&#x2F;browse&#x2F;CASSANDRA-16499?focuse...</a>
评论 #28104457 未加载
评论 #28104190 未加载
评论 #28104048 未加载
hiyer将近 4 年前
Great debugging story, but I have to ask why someone would want to run something like Cassandra on Windows anyway. I&#x27;m not at all surprised Cassandra has dropped support for it as the article mentions.