Transactor memory is one of the most important tuning parameters to get high performance. It is used for three things:
- The memory index holds transaction data that has been logged to disk but not yet committed to a disk index
- The object cache caches recently used values from the database index
- Transaction functions can use memory in arbitrary ways
For a full description of configuring transactor memory, see Capacity Planning.
0 Comments