- Cassandra High Availability
- Robbie Strickland
- 313字
- 2021-08-06 19:50:27
Preface
Cassandra is a fantastic data store and is certainly well suited as the foundation for a highly available system. In fact, it was built for such a purpose: to handle Facebook's messaging service. However, 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 to use Cassandra only if nothing else would do the job because the learning curve for it was quite high. However, the introduction of newer features such as CQL and vnodes has changed the game entirely.
What once appeared complex and overly daunting now comes across as deceptively simple. A SQL-like interface masks the underlying data structure, whose familiarity can lure an unsuspecting new user into dangerous traps. The moral of this story is that it's not a relational database, and you still need to know what it's doing under the hood.
Imparting this knowledge is the core objective of this book. Each chapter attempts to demystify the inner workings of Cassandra so that you no longer have to work 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.
- 輕松學Java Web開發(fā)
- Managing Mission:Critical Domains and DNS
- 輕松學PHP
- 手把手教你玩轉(zhuǎn)RPA:基于UiPath和Blue Prism
- Getting Started with Containerization
- Visual C# 2008開發(fā)技術(shù)實例詳解
- Dreamweaver CS6中文版多功能教材
- 軟件構(gòu)件技術(shù)
- 人工智能:語言智能處理
- 手機游戲策劃設(shè)計
- Ansible 2 Cloud Automation Cookbook
- 貫通開源Web圖形與報表技術(shù)全集
- Hands-On Business Intelligence with Qlik Sense
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·數(shù)控系統(tǒng)
- WPF專業(yè)編程指南