tolbertam commented on code in PR #3917: URL: https://github.com/apache/cassandra/pull/3917#discussion_r2040869134
########## doc/modules/cassandra/pages/cql/cql_singlefile.adoc: ########## @@ -239,6 +239,20 @@ provide values for `LIMIT`, `TIMESTAMP`, and `TTL` clauses. If anonymous bind markers are used, the names for the query parameters will be `[limit]`, `[timestamp]`, and `[ttl]`, respectively. +Prepared Statements are cached by cassandra in-memory which can be Review Comment: @bschoening , following up on [your comment](https://issues.apache.org/jira/browse/CASSANDRA-19703?focusedCommentId=17932752&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17932752), how does this look? In particular I think the second paragraph would be useful in that it emphasizes that one should qualify all values with bind markers to avoid preparing every query which decreases performance for multiple reasons. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org