Cassandra权威指南(第2版 影印版)
作者: 著
出版:东南大学出版社 2018.1
页数:342
定价:98.00 元
ISBN-13:9787564172947
ISBN-10:7564172940 
去豆瓣看看    Foreword
  Foreword
  Preface
  1.Beyond Relational Databases
  What's Wrong with Relational Databases?
  A Quick Review of Relational Databases
  RDBMSs: The Awesome and the Not-So-Much
  Web Scale
  The Rise of NoSQL
  Summary
  2.Introducing Cassandra
  The Cassandra Elevator Pitch
  Cassandra in 50 Words or Less
  Distributed and Decentralized
  Elastic Scalability
  High Availability and Fault Tolerance
  Tuneable Consistency
  Brewer's CAP Theorem
  Row-Oriented
  High Performance
  Where Did Cassandra Come From?
  Release History
  Is Cassandra a Good Fit for My Project?
  Large Deployments
  Lots of Writes, Statistics, and Analysis
  Geographical Distribution
  Evolving Applications
  Getting Involved
  Summary
  3.Installing Cassandra
  Installing the Apache Distribution
  Extracting the Download
  What's In There?
  Building from Source
  Additional Build Targets
  Running Cassandra
  On Windows
  On Linux
  Starting the Server
  Stopping Cassandra
  Other Cassandra Distributioaas
  Running the CQL Shell
  Basic cqlsh Commands
  cqlsh Help
  Describing the Environment in cqlsh
  Creating a Keyspace and Table in cqlsh
  Writing and Reading Data in cqlsh
  Summary
  4.The Cassandra Query Language
  The Relational Data Model
  Cassandra's Data Model
  Clusters
  Keyspaces
  Tables
  Columns
  CQL Types
  Numeric Data Types
  Textual Data Types
  Time and Identity Data Types
  Other Simple Data Types
  Collections
  User-Defined Types
  Secondary Indexes
  Summary
  ……
  Jeff Carpenter,精品国际酒店集团(Choice Hotels International)的一名系统架构师,在服务业和国防工业有着20年的从业经验。他的兴趣包括SOA/微服务、大规模系统架构设计以及数据架构。
  EbenHewitt是精品国际酒店集团(世界大酒店之一)的首席技术官。
  他还是好几本书籍的作者,题材涉及系统架构、分布式系统以及编程。
  如果不用考虑可伸缩性,想象一下你能做些什么?在这本实践指南中,你将会了解到Cassandra数据库管理系统是如何在为多个数据中心提供高可用服务的同时处理上百TB的数据。扩充后的第二版已经更新到了Cassandra 3.0,书中给出了各种技术细节以及实例,当你将Cassandra投入实际生产环境时,这些内容都是必不可少的。
  作者Jeff Carpenter和Eben Hewitt阐述了Cassandra非关系型设计的优势,着重介绍了其数据模型。
  《Cassandra**指南(第2版 影印版)》向开发者、DBA、正在寻找数据库的可扩展性解决方案的应用架构师展示了Cassandra的速度和灵活性。