Reducing the number of database ________ can significantly improve performance in a web application.
- connections
- indexes
- queries
- transactions
Reducing the number of repeated SQL queries can significantly improve performance in a web application.
Loading...
Related Quiz
- To set a date in a PreparedStatement, the method _________ is used.
- A __________ strategy in connection pooling helps to optimize resource utilization under varying load conditions.
- What is the basic difference between horizontal scaling and vertical scaling?
- In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.
- The sequence of filters applied to a request is determined by the order of __________ in the web.xml file.