- Cassandra 3.x High Availability(Second Edition)
- Robbie Strickland
- 301字
- 2021-07-14 10:24:20
What this book covers
Chapter 1, Cassandra’s Approach to High Availability, is an introduction to concepts related to system availability and the problems that have been encountered historically when trying to make data stores highly available. The chapter outlines Cassandra’s solutions to these problems.
Chapter 2, Data Distribution, outlines the core mechanisms that underlie Cassandra’s distributed hash table model, including consistent hashing and partitioner implementations.
Chapter 3, Replication, offers an in-depth look at the data replication architecture used in Cassandra, with a focus on the relationship between consistency levels and replication factor.
Chapter 4, Data Centers, provides you with a thorough understanding of Cassandra’s robust data center replication capabilities, including deployment on EC2 and building separate clusters for analysis using Hadoop or Spark.
Chapter 5, Scaling Out, is a discussion of the tools, processes, and general guidance needed to properly increase the size of your cluster.
Chapter 6, High Availability Features in the Native Java Client, covers the new native Java driver and its availability-related features. We’ll discuss node discovery, cluster-aware load balancing, automatic failover, and other important concepts.
Chapter 7, Modeling for Availability, discusses the important concepts readers need to understand when modeling highly available data in Cassandra. CQL, keys, wide rows, and denormalization are among the topics that will be covered.
Chapter 8, Anti-Patterns, complements the data modeling chapter by presenting a set of common anti-patterns that proliferate among inexperienced Cassandra developers. Some patterns include queues, joins, high delete volumes, and high-cardinality secondary indexes, among others.
Chapter 9, Failing Gracefully, helps you understand how to deal with the various failure cases, as failure in a large distributed system is inevitable. We’ll examine a number of possible failure scenarios, how to detect them, and how to resolve them.
- 白話區塊鏈
- Extending Puppet
- Linux集群和自動化運維
- 嵌入式系統及其應用(第三版)
- 蘋果OS X Mavericks 10.9應用大全
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Fedora 12 Linux應用基礎
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- HTML5 Enterprise Application Development
- Linux 從入門到項目實踐(超值版)
- Multi-Cloud for Architects
- Linux操作系統案例教程(第2版)
- Linux內核分析及應用
- Learn Quantum Computing with Python and IBM Quantum Experience
- 鴻蒙HarmonyOS應用開發從入門到精通