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.

4 Months with Cassandra at Cloudkick (YC W09)

78 pointsby pquernaabout 15 years ago

5 comments

petercooperabout 15 years ago
I know Twitter's just done the dirty with Cassandra, but it seems Cassandra is getting a massive PR boost this week, despite being one of the older (where old is 2008!) NoSQL systems.<p>Can anyone explain/posit an idea as to why MongoDB and CouchDB have been stealing the thunder for the past year rather than Cassandra? It just seems odd.
评论 #1163400 未加载
mahmudabout 15 years ago
This stood out, negatively:<p><i>Since Cassandra uses Apache Thrift as the default RPC mechanism, exposing the Thrift layer to any non-controlled data can be dangerous. We use firewalls on our nodes to make sure our Thrift ports are only exposed to a very small set of machines, because even just telneting into the port and typing "hello" can cause the JVM to OOM.</i><p>--<p>I use Redis and heavily guard its telnetable port, but it doesn't OOM. This issue should have been fixed before public release, imo. You wouldn't want something as simple and common as a port scan to shutdown your data layer.
评论 #1163042 未加载
viraptorabout 15 years ago
I thought Cassandra used only keys for selects - but in this post I see you can also use slices of from..to values. Are there any other predicates that one can use? Like ones implementing 'LIKE string%' or 'LIKE %string%'?<p>It doesn't look like that from the API wiki, but maybe someone knows if that's possible, or planned.
评论 #1162716 未加载
js2about 15 years ago
The post doesn't mention the environment in which you're running Cassandra. Any chance you're running it in the cloud (EC2?), or are you running it on real h/w?
评论 #1163121 未加载
评论 #1163832 未加载
aliasariaabout 15 years ago
Anyone know what tool is used to draw the graph in the post? Is that an open javascript library?
评论 #1162976 未加载