With the development of Internet technology, the requirement of data storage is high, there is high demand in capacity, security, backup, high availability and so on, the popular relational database has SQL Server, MySQL, Orcale, etc.,
Recently, I tried to build a cloud storage platform. After constant comparison, I decided to use Cassandra as the underlying database. Here we record the learning process of Cassandra.
Cassandra is a hybrid non-relational database with distributed,
What is Cassandra?Apache Cassandra is known for its scalability and fault-tolerant distributed database systems. Cassandra originated from a project that Facebook originally created in Amazon Dynamo and Google BigTable, and has since grown into an
Cassandra can be installed on many systems. I installed it on Windows Server 2008 R2. The installation is quite simple. You just need to extract the downloaded compressed package to a directory, here we will mainly record the user experience:
Various strategies in the Cassandra
http://dongxicheng.org/nosql/cassandra-strategy/
1. Background information
Cassandra uses a distributed hash table (DHT) to determine the node that stores a data object. In DHT, the node that is responsible
Cassandra authoritative guide
Basic Information
Author:
(US) Eben Hewitt [Translator's introduction]
Translator: Wang Xu
Series name: Turing programming Series
Press: People's post and telecommunications Press
ISBN: 9787115251121
Mounting time: 2
Start today by learning the Cassandra of the NoSQL database, documenting the process, and also for interested reference.Brief introductionApache Cassandra is an open source distributed NoSQL database system. Originally created by Facebook, Google
In the previous articleArticleUsing Binary memtable to import large amounts of data into cassandra explains how to use binary memtable to import large amounts of data into Cassandra.
This week, we have been watching if we use binary memtable to
Objective:
Read a lot of Cassandra cluster configuration data, a lot of information will always make people foggy feeling ah, had to write an article about the basic implementation of Cassandra cluster configuration.
Download Cassandra
Here:
Overview of the Gossip protocolNodes in the Cassandra cluster do not have primary and secondary points, and they communicate through a protocol called gossip. Through the gossip protocol, they can know what nodes are in the cluster and how they are
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.