Exam 11: Database Performance Tuning and Query Optimization

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

The ____ cache stores the most recently executed SQL statements.

(Multiple Choice)
4.7/5
(29)

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

Describe query optimization and the modes that an optimizer can operate in.

(Essay)
4.8/5
(32)

A data file can only contain rows from one single table.

(True/False)
4.9/5
(29)

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

(True/False)
4.9/5
(45)

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

(Short Answer)
4.7/5
(33)

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

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

(Multiple Choice)
4.8/5
(38)

____ is/are the central activity during the parsing phase in query processing.

(Multiple Choice)
4.7/5
(37)

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

(Short Answer)
4.7/5
(37)
Showing 61 - 70 of 70
close modal

Filters

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