- Apache Cassandra Essentials
- Nitin Padalia
- 95字
- 2021-07-30 10:30:23
Summary
Cassandra can be installed via various methods. We can install it on different platforms based on our requirements. However, platforms based on *NIX
are very popular for production deployments. While deploying, we should consider various configuration options based on our deployment type. There are the configuration options that are used for performance tuning; we'll uncover more options later. The Cassandra nodetool
is very handy to monitor and debug clusters and column families. We discussed some of them in this chapter.
In the next chapter, we'll see more of the nodetool
options in more detail.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- 自制編譯器
- Machine Learning with R Cookbook(Second Edition)
- 跟小海龜學Python
- Hands-On Natural Language Processing with Python
- R語言與網絡輿情處理
- Android項目實戰:手機安全衛士開發案例解析
- 智能手機故障檢測與維修從入門到精通
- 后臺開發:核心技術與應用實踐
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Flink技術內幕:架構設計與實現原理
- Kotlin語言實例精解
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- Spring MVC Blueprints