Exam 11: Database Performance Tuning and Query Optimization

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

In alevel _____ RAID, the data and the parity data is striped across separate drives.

(Short Answer)
4.7/5
(35)

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

(Essay)
5.0/5
(32)

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

If there is no index, the DBMS will perform a _____ scan.

(Multiple Choice)
4.7/5
(30)

All factors must be checked to ensure that each system component operates at its optimum level and has sufficient resources to minimize the occurrence of bottlenecks.

(True/False)
5.0/5
(35)

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

(Short Answer)
4.9/5
(41)

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

(Multiple Choice)
4.9/5
(35)

_____ is a measure of the likelihood that an index will be used in query processing.

(Short Answer)
4.9/5
(39)

_____ is another name for table space.

(Short Answer)
4.8/5
(33)

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

(Multiple Choice)
4.7/5
(32)

_____ is evaluated based on client perspective.

(Short Answer)
5.0/5
(40)

In standard SQL, the optimizer hintFIRST_ROWS is generally used for _____ mode processes.

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(35)

Most current-generation relational DBMSs perform automatic query optimization at the client end.

(True/False)
4.8/5
(35)

From the performance point of view, _____ databases eliminate disk access bottlenecks.

(Multiple Choice)
4.7/5
(31)

When moving data from permanent storage to RAM, an I/O disk operation retrieves a(n):

(Multiple Choice)
4.7/5
(31)

The SQL execution activities are performed by the query optimizer.

(True/False)
4.7/5
(35)

Indexes do not facilitate join operations.

(True/False)
4.8/5
(27)

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

(True/False)
4.7/5
(39)

A system table space, a user data table space, an index table space, and a temporary table space are examples of _____.

(Multiple Choice)
4.8/5
(34)
Showing 21 - 40 of 75
close modal

Filters

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