TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Performance Deficits in Apache Cassandra

17 pointsby twhitmorealmost 4 years ago

2 comments

hardwaresoftonalmost 4 years ago
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 未加载
hiyeralmost 4 years ago
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.