更新时间:2021-07-30 10:30:34
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Getting Your Cassandra Cluster Ready
Installation
The installation layout
Configuration files
Running a Cassandra server
Summary
Chapter 2. An Architectural Overview
Background
Cassandra cluster overview
Data distribution
Replication
SimpleStrategy
NetworkTopologyStrategy
Virtual nodes
Adding nodes to our cluster
Create keyspace and column family
Chapter 3. Creating Database and Schema
A database and schema
Data types
Secondary indexes
Allowing filtering
TTL
Conditional querying
Write operations
Lightweight transactions
Batch statements
Chapter 4. Read and Write – Behind the Scenes
Read operations
Delete operations
Data consistency
Tracing Cassandra queries
Chapter 5. Writing Your Cassandra Client
Connecting to a Cassandra cluster
Reading and writing to the Cassandra cluster
Mapping API
Tracing Cassandra queries using Java driver
Chapter 6. Monitoring and Tuning a Cassandra Cluster
Monitoring a Cassandra cluster
Tuning Cassandra nodes
Chapter 7. Backup and Restore
Taking backup of a Casandra cluster
Restoring data to Cassandra
Removing nodes from Cassandra cluster
Adding nodes to a Cassandra cluster
Replacing dead nodes in a cluster
Index