Throughput

Throughput refers to the volume of work completed in a fixed time period. There are two ways of thinking of throughput:

Throughput is commonly measured in transactions per second (tps), but it can also be measured per minute, per hour, per day, and so on.

When you set the various limits for Adaptive Server it means that the server may have to handle large volumes of data for a single query, DML operation, or command. For example, if you use a data-only-locked (DOL) table with a char(2000) column, Adaptive Server must allocate memory to perform column copying while scanning the table. Increased memory requests during the life of a query or command means a potential reduction in throughput