Contrast-Security-OSS / cassandra-migration

Database migration (evolution) tool for Apache Cassandra
Apache License 2.0
107 stars 51 forks source link

Add a caching fro PreparedStatement since cassandra java driver is detecting performance issue #3

Closed regis-leray closed 8 years ago

regis-leray commented 8 years ago

Since i was running migration i was getting this error message

Re-preparing already prepared query . Please note that preparing the same query more than once is generally an anti-pattern and will likely affect performance. Consider preparing the statement only once.

http://stackoverflow.com/questions/22915840/re-using-preparedstatement-when-using-datastax-cassandra-driver

ntatsumi commented 8 years ago

Thanks!

ntatsumi commented 8 years ago

Released in version 0.6.

http://search.maven.org/#artifactdetails%7Ccom.contrastsecurity%7Ccassandra-migration%7C0.6%7Cjar