Exam 11: Database Performance Tuning and Query Optimization

arrow

13,153 students have unlocked this exam

  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The majority of primary memory resources will be allocated to the cache.

Free
(Multiple Choice)
4.8/5
(43)
Correct Answer:
Verified

A

End users and the DBMS interact through the use of to generate information.

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

queries

DBMS implementations are typically similar in complexity to two-tier client/server configurations.

Free
(True/False)
4.9/5
(48)
Correct Answer:
Verified

False

List and describe some typical DBMS processes.

(Essay)
4.9/5
(45)

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

(Multiple Choice)
4.8/5
(33)

On the server side,the database 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 this goal are commonly referred to as tuning.

(Multiple Choice)
4.7/5
(42)

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

(Multiple Choice)
4.7/5
(28)

is the central activity during the parsing phase in query processing.

(Multiple Choice)
4.9/5
(34)

Summarize the steps required to formulate a query.

(Essay)
4.9/5
(40)

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
(33)

DBMS query processing has phases.

(Short Answer)
4.8/5
(39)

refers to the number of different values a column could possibly have.

(Multiple Choice)
4.9/5
(41)

The data cache caches system catalog data and the contents of the indexes.

(True/False)
4.7/5
(33)

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

(Multiple Choice)
4.8/5
(38)

An index scan is less efficient than a full table scan.

(True/False)
4.9/5
(28)

helps provide a balance between performance and fault tolerance.

(Essay)
4.8/5
(33)

In the context of RAID levels,striped arrays provide:

(Multiple Choice)
4.8/5
(37)

Indexes do not facilitate join operations.

(True/False)
4.9/5
(47)

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

(Multiple Choice)
4.8/5
(30)

Character field comparisons are faster than numeric,date,and NULL comparisons.

(True/False)
4.9/5
(41)
Showing 1 - 20 of 82
close modal

Filters

  • Essay(7)
  • Multiple Choice(34)
  • Short Answer(15)
  • True False(26)
  • Matching(0)