Exam 11: Database Performance Tuning and Query Optimization

arrow

14,556 students have unlocked this exam

  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

List and describe some typical DBMS processes.

(Essay)
4.8/5
(44)

A conditional expression is normally expressed within the _____ or HAVING clauses of a SQL statement.

(Short Answer)
4.8/5
(34)

The _____ must be set large enough to permit as many data requests to be serviced from cache as possible.

(Multiple Choice)
4.9/5
(34)

The _____ process analyzes SQL queries and finds the most efficient way to access data.

(Multiple Choice)
4.8/5
(30)

Good database performance is easy to evaluate.

(True/False)
4.8/5
(33)

During the ____ phase, the DBMS retrieves the data and sends the result set back to the client.

(Multiple Choice)
4.8/5
(35)

The _____ cache is used as a temporary storage area for ORDER BY or GROUP BY operations, as well as for index-creation functions.

(Short Answer)
4.8/5
(40)

The _____ table space is the most frequently accessed table space and should be stored in its own volume.

(Short Answer)
4.9/5
(41)

Why do we need to optimize a DBMS with SQL performance tuning, even though they automatically optimize SQL queries?

(Essay)
4.9/5
(41)

Maximizing disk contention is one of the general recommendations for the physical storage of databases.

(True/False)
4.8/5
(43)

Automatic query optimization means that the:

(Multiple Choice)
4.9/5
(30)

DBMS query processing has _____ phases.

(Short Answer)
5.0/5
(42)

A(n) _____ request is a low-level read or write data access operation to or from computer devices.

(Short Answer)
4.8/5
(44)

When setting optimizer hints, _____ instructs the optimizer to minimize the overall execution time, that is, to minimize the time it takes to return the total number of rows in the query result set. This hint is generally used for batch mode processes.

(Multiple Choice)
4.9/5
(44)

Knowing the sparsity of a column helps you decide whether the use of _____ is appropriate.

(Multiple Choice)
4.8/5
(39)
Showing 61 - 75 of 75
close modal

Filters

  • Essay(6)
  • Multiple Choice(30)
  • Short Answer(19)
  • True False(20)
  • Matching(0)