Database Tuning

Wow, this is a thing?

Database tuning primarily entails adjusting database parameters and physical database design to address performance issues with transaction response time and throughput.

Choice of technology can also make it necessary to modify conceptual database design and application DML code to address such issues.

The underlying implementation is super important for speed. This gets into performance, which is quite interesting.