Optimization Flashcards

1
Q

Database Performance Tuning

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SQL Performance Tuning

A

Query that returns the correct answer in the least amount of time, using minimum server resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

I/O

A

Input/Output Request

Low-level data access operation that reads/writes data to and from computer devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fully Equivalent

A

Optimized query results are always the same as the original query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Access Plan

A

Result of parsing. Contains a series of steps DBMS will use to execute query and return results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Query Processing Bottleneck

A

Delay introduced in the processing of an I/O operation that causes the overall system to slow down.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data Sparsity

A

Number of different values a column can have. Low sparsity makes an index less necessary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly