Keyspace in Cassandra Database

Source: Internet
Author: User
Tags cassandra command line

Keyspace is a container for application data, which corresponds to a schema in a relational database. It is used to group column family. Each application in a cluster has only one keyspace.

When you create a keyspace, you can specify a replication_factor to indicate several replicas:

To create a method:

(Method 1: Use the "DATA Modeling" in Opscenter)

You can also use the command line CASSANDRA-CLI:

CREATE keyspace Charles_learn_cassandra with placement_strategy= ' simplestrategy ' and Strategy_options={replication_ Factor:2};

More Wonderful content: http://www.bianceng.cnhttp://www.bianceng.cn/database/extra/

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.