Glossary

Buffer pools for critical OLTP tables and indexes

biggest impact on response time 2. **Package cache / EDM pool** — reduces CPU overhead for dynamic SQL 3. **Sort memory** — eliminates sort overflows 4. **Separate batch from OLTP** — prevents cross-workload interference 5. **Lock list** — prevents lock escalation (which causes deadlocks and timeout

Learn More

Related Terms