Home | Previous Page | Next Page   Tuning Specific Queries and Transactions > Tuning OLTP Applications >

Ensure Quick Response for Transactions

OLTP transactions return only a few table rows and require a quick response. Certain query plans can provide quicker total response, especially for transactions that update, insert, and delete single table rows. Other query plans can produce a quicker initial response so that users waiting for the rows returned by the query begin to see output quickly even though the total time to complete the query might be somewhat longer. You can adjust transactions and queries to accommodate both of these goals.

To improve response time for OLTP transactions, follow these guidelines:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]