Exam 11: Database Performance Tuning and Query Optimization

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The SQL execution activities are performed by the query optimizer.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

False

Fully equivalent means that the optimized query results are always the same as the original query.

Free
(True/False)
4.8/5
(47)
Correct Answer:
Verified

True

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

Free
(Short Answer)
4.7/5
(28)
Correct Answer:
Verified

system

The ____ table space is used as a temporary storage area for merge,sort,or set aggregate operations.

(Multiple Choice)
4.8/5
(36)

The system will perform best when its hardware and software resources are ____________________.

(Short Answer)
4.7/5
(40)

____________________ are ordered sets of values that are crucial in speeding up data access.

(Short Answer)
4.9/5
(35)

Good database performance is easy to evaluate.

(True/False)
4.9/5
(37)

The data cache or ____ is a shared,reserved memory area that stores the most recently accessed data blocks in RAM.

(Multiple Choice)
4.9/5
(35)

The data cache is where the data read from the database data files are stored ____ the data have been read or ____ the data are written to the database data files.

(Multiple Choice)
4.8/5
(30)

The ____ table space is used to store the data dictionary tables.

(Multiple Choice)
4.8/5
(29)

The ____________________ analyzes the SQL query and finds the most efficient way to access the data.

(Short Answer)
4.8/5
(30)

The SQL cache stores the end-user written SQL.

(True/False)
4.9/5
(32)

How can queries be written to perform the fastest when equality and inequality comparisons are needed?

(Essay)
4.9/5
(25)

How should storage volumes be allocated for indexes,system,and high-usage tables?

(Essay)
4.8/5
(39)

The ____ table space is used for transaction-recovery purposes.

(Multiple Choice)
4.9/5
(34)

Indexes are very useful in small tables or tables with low sparsity.

(True/False)
4.8/5
(35)

List and describe some typical DBMS processes.

(Essay)
4.8/5
(42)

On the client side,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 ____ tuning.

(Multiple Choice)
4.9/5
(38)

A DBA determines the initial size of the data files that make up the database; however,as required,the data files can automatically expand in predefined increments known as ____.

(Multiple Choice)
4.8/5
(37)

To work with data,the DBMS must retrieve the data from permanent storage and place it in RAM.

(True/False)
4.9/5
(39)
Showing 1 - 20 of 70
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)