Skip to content
Snippets Groups Projects
Commit 38052885 authored by Robert Pang's avatar Robert Pang Committed by Sean Busbey
Browse files

[cassandra] Update CassandraCQLClient to use PreparedStatement for better performance (#1051)

* Optimize PreparedStatement lookup by looking up by field set and avoiding building the query string unless the statement has not been prepared.
* Add tests for update, delete and prepared statements.
* fix logger calls
* Credit to @haaawk for incorporating some of the feedback
parent e3d7b0d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment