Optimization Flashcards
Database Performance Tuning
Activities and procedures that reduce response time of the database system. Performance dictated by CPU processing power, available RAM (primary memory), and input/output (hard disk and network) throughput.
SQL Performance Tuning
Query that returns the correct answer in the least amount of time, using minimum server resources.
I/O
Input/Output Request
Low-level data access operation that reads/writes data to and from computer devices.
Fully Equivalent
Optimized query results are always the same as the original query
Access Plan
Result of parsing. Contains a series of steps DBMS will use to execute query and return results.
Query Processing Bottleneck
Delay introduced in the processing of an I/O operation that causes the overall system to slow down.
Data Sparsity
Number of different values a column can have. Low sparsity makes an index less necessary.