Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cqlまたはcliを使用してCassandra 1.1でクエリの実行時間を計算する方法はありますか? 他に方法はありますか?私は解決策を見つけることができません。助けてください。ありがとう。
Cassandraでのクエリ実行時間/読み取りパフォーマンスを分析する場合は、次の統計が役立ちます。
1)nodetool cfstats: パラメーターの数に関する統計を提供します。そのうちの1つは読み取りレイテンシーです。
2)Cassandra Cli: cassandra-cliを使用してcassandraにクエリを実行すると、「経過時間(ミリ秒)」が表示されます(正確な所要時間かどうかはわかりませんが、比較すると役立つ場合があります)