Database Performance Tuning and Query Control Flashcards

1
Q

refers to a set of activities and procedures designed to reduce the response time of the database system

A

Database performance tuning

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

The objective is to generate a SQL query that returns the correct answer in the least amount of time, using the minimum amount of resources at the server end. The activities required to achieve that goal are commonly referred to as

A

SQL performance tuning

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

the DBMS environment must be properly configured to respond to clients’ requests in the fastest way possible, while making optimum use of existing resources. The activities required to achieve that goal are commonly referred to as

A

DBMS performance tuning

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

It is the component of a database management system that attempts to select the
most efficient way to execute a query

A

Query Optimizer

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