- Cassandra 3.x High Availability(Second Edition)
- Robbie Strickland
- 340字
- 2021-07-14 10:24:20
Preface
Cassandra is a fantastic data store and certainly well suited as the foundation of a highly available system. In fact, it was built just for such a purpose: to handle Facebook’s messaging service. But it hasn’t always been so easy to use, with its early Thrift interface and unfamiliar data model causing many potential users to pause—and in many cases for a good reason.
Fortunately, Cassandra has matured substantially over the last few years. I used to advise people only to use Cassandra if nothing else would do the job because the learning curve was quite steep. Version 3.x continues this trend, with the introduction of features such as materialized views and SASI indexes. These additions reduce developer workload and significantly increase the overall utility of the system.
The flip side is that each new feature further obscures the underlying data structure, making complex operations seem straightforward. The familiarity of a SQL-like interface can lure an unsuspecting new user into dangerous traps. The moral of this story is that it’s still not a relational database, and you still need to know what it’s doing under the hood.
And imparting that knowledge is the core objective of this book. Each chapter attempts to demystify the inner workings of Cassandra so that you’re no longer working blindly against a black box data store. You will learn to configure, design, and build your system based on a fundamentally solid foundation.
The good news is that Cassandra makes the task of building massively scalable and incredibly reliable systems relatively straightforward, presuming you understand how to partner with it to achieve these goals.
Since you are reading this book, I presume you are either already using Cassandra or planning to do so, and that you’re interested in building a highly available system on top of it. If so, I am confident that you will meet with success if you follow the principles and guidelines offered in the chapters that follow.
- 全屋互聯:智能家居系統開發指南
- 樂學Windows操作系統
- Linux網絡管理與配置(第2版)
- 從零開始寫Linux內核:一書學透核心原理與實現
- Google系統架構解密:構建安全可靠的系統
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Kubernetes網絡權威指南:基礎、原理與實踐
- Windows Phone 7.5 Data Cookbook
- 混沌工程:復雜系統韌性實現之道
- 嵌入式Linux應用開發菜鳥進階
- 蘋果OS X Mavericks 10.9應用大全
- 從實踐中學習Windows滲透測試
- 統信UOS應用開發進階教程
- VMware Horizon Mirage Essentials
- Zabbix監控系統之深度解析和實踐