_________ is a technique used to minimize the cost of repeatedly executing similar SQL queries.
- Caching
- Normalization
- Sharding
- Triggers
Caching is a technique used to minimize the cost of repeatedly executing similar SQL queries by storing the results of expensive operations and returning the cached result when the same operations occur.
Loading...
Related Quiz
- What is the difference between filter chaining and servlet chaining?
- When handling a file upload, if an IOException occurs, how should the servlet respond and log the event?
- HTTP persistent connections are managed using the _________ header in servlet responses.
- Which XML element is used to declare a filter in a web application's deployment descriptor?
- How is session hijacking typically prevented in a servlet-based application?