Exam 11: Database Performance Tuning and Query Optimization

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

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

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

True

The SQL cache stores the end-user written SQL.

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

False

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

Free
(Short Answer)
4.9/5
(38)
Correct Answer:
Verified

query optimizer

The DBMS _____ the SQL query and chooses the most efficient access/execution plan.

(Multiple Choice)
4.8/5
(37)

A(n) _____ is good for simple and fast lookup operations based on equality conditions.

(Short Answer)
4.9/5
(40)

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

(Essay)
4.8/5
(33)

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.7/5
(33)

The LIKE conditional operator is used by the _____ OPERAND1.

(Multiple Choice)
4.8/5
(31)

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

(Multiple Choice)
4.7/5
(29)

To generate database object statistics manually, following syntax should be used in Oracle:

(Multiple Choice)
4.9/5
(40)

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

(Short Answer)
4.9/5
(33)

RAID systems use a single disk to create storage volumes.

(True/False)
4.8/5
(36)

The purpose of an I/O operation is to move data to and from different computer components or devices.

(True/False)
4.8/5
(31)

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

A(n) _____ tablestores the end-user data and the index data in consecutive locations on permanent storage.

(Short Answer)
4.8/5
(26)

The primary factor in determining the most efficient access plan is the I/O cost.

(True/False)
4.8/5
(35)

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

(True/False)
4.8/5
(38)

Which of the following is the first step of query processing at the DBMS server end?

(Multiple Choice)
4.8/5
(33)

Bitmap indexes tend to use less space than a _____ because they use bits instead of bytes to store their data.

(Multiple Choice)
4.8/5
(29)

A(n) _____ is a logical grouping of several data files that store data with similar characteristics.

(Multiple Choice)
4.7/5
(31)
Showing 1 - 20 of 75
close modal

Filters

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