Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any ultimate good documentation about Apache Cassandra? [closed]

I found a lot. But which one is the best? And why? I didn't find yet anything really complete and centralized in one good article or documentation. At least a good book? Thanks.

like image 241
Felipe Avatar asked Dec 27 '10 01:12

Felipe


People also ask

Can Cassandra be trusted?

Apache Cassandra is trusted to scale at internet level and designed to scale without limits.

Is Cassandra Read optimized?

Cassandra is very performant on reads when compared to other storage systems, even for read-heavy workloads. As in any database, reads are best when the hot working set fits into memory.

What is Cassandra DB good for?

It can effectively and efficiently handle huge amounts of data across multiple servers. Plus, it is able to fast write huge amounts of data without affecting the read efficiency. Cassandra offers users “blazingly fast writes,” and the speed or accuracy is unaffected by large volumes of data.

Which description best fits Apache Cassandra?

Helpful? Apache Cassandra is an open source database. It is best used by "always available" type of applications that require a database that is always available, that scales fast in situations of high traffic, and is the right choice when you need scalability and high availability without compromising performance.


1 Answers

Our (Riptano's) Cassandra documentation is probably the best one-stop resource: http://www.riptano.com/docs

A good complement from the ASF wiki is http://wiki.apache.org/cassandra/ArticlesAndPresentations.

like image 76
jbellis Avatar answered Sep 21 '22 17:09

jbellis