Skip to main content

Migrating Apache Cassandra

  • Chapter
Pro Couchbase Development

Abstract

Apache Cassandra is a NoSQL, highly available, distributed database based on a row/column structure. The top-level namespace in Cassandra is Keyspace. A Keyspace is the equivalent of a database instance in an SQL relational database. An installation of Cassandra may have several Keyspaces. The top-level data structure for data storage is Column Family (also called a table), which is a set of key-value pairs. A Column Family definition consists of columns with one of the columns being the primary key column and the other columns being the data columns. A Column is the smallest unit of data stored in Cassandra and is associated with a name, a value, and a timestamp. One of the columns in a Column Family is the primary key (or row key). A primary key is identified with PRIMARY KEY in a column family definition.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 49.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Electronic Supplementary Material

Below is the link to the electronic supplementary material.

Chapter10 (zip 10 kb)

Rights and permissions

Reprints and permissions

Copyright information

© 2015 Deepak Vohra

About this chapter

Cite this chapter

Vohra, D. (2015). Migrating Apache Cassandra. In: Pro Couchbase Development. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-1434-3_10

Download citation

Publish with us

Policies and ethics