Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Monitoring. Switch to the latest stable version.
Some queries are non-preparedΒΆ
Prepared Statements are an optimization that allows parsing a query only once and executing it multiple times with different concrete values. As a rule of thumb, you should always favor prepared statements.