Your Query returned 2 results
-
- Shared Query Plan Caching in CUBRID
- Summary
What is Query Execution Plan?
Why is Query Execution Plan Cache so crucial then?
How to get query plan cache statistics?
Auto-parameterization in CUBRID
What happens when Query Plan Cache is full?
Performance Implications
How do other RDBMS vendors approach to ...
http://www.cubrid.org/wiki_tutorials/entry/performance-implications-of-shared-query-plan-caching
-
- Why prepare queries if auto-parameterization already does that?
- There are two main reasons why you should prepare your SQL:
You will protect youself from SQL injections.
You can improve the performance of your application.
SQL injection
This is a very important part you should remember. Auto-parameterization feature, which is available in...
http://www.cubrid.org/wiki_tutorials/entry/why-prepare-queries-if-auto-parameterization-already-does-that