smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Measuring process prepared as well as process unprepared. #176

Closed nbozic-zz closed 7 years ago

nbozic-zz commented 7 years ago

When driver prepares statement it sends only MD5 hash id and server side finds statement based on that ID. We need to cover both cases, when we have unprepared string statement and when we have prepared statement.