Cassandra 3.4新機能

*** SASI (SSTable Attached Secondary Index) ***
Like検索もCassandraでできるようになったアップルが開発した新セカンダリー・インデックスです
詳細はこちら:https://github.com/apache/cassandra/blob/trunk/doc/SASI.md
スライドで説明しているものがこちら(英語ですが良いスライドです):http://slides.com/hannelitavante-hannelita/sasi-and-secondary-indexes#/

*** Custom training ***
Zipkin を使ってCassandraのトレースを取得することができるインプリメンテーしょんがバージョン3.4から入っています
詳細はこちら:https://issues.apache.org/jira/browse/CASSANDRA-10392
Zipkin integration
Zipkin => 分散トレースツール (http://zipkin.io/)
http://thelastpickle.com/blog/2015/12/07/using-zipkin-for-full-stack-tracing-including-cassandra.html

*** sstabledump ***
元々あった、sstable2jsonの最新バージョンは sstabledumpになります。sstableの内容を読みやすいようにjsonにして書き出すものです
http://www.datastax.com/dev/blog/debugging-sstables-in-3-0-with-sstabledump
元ネタはこちらhttps://github.com/tolbertam/sstable-tools

*** Cassandra 3.0の新ストレージエンジンを詳しく説明してくれている資料がリリースされました ***
英語にはなりますが、とても分かりやすいのでこちらをぜひ参照してください
http://thelastpickle.com/blog/2016/03/04/introductiont-to-the-apache-cassandra-3-storage-engine.html