Exam 14: Managing Database and Sql Performance

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

Working with data in the data cache is many times faster than working with data in the data files.

Free
(True/False)
4.7/5
(38)
Correct Answer:
Verified

True

One of the main functions of a database system is to provide timely answers to end users.

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

True

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

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
Verified

D

Good database performance starts with good database design.

(True/False)
4.7/5
(29)

The ____________________ cache is a shared, reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures, including triggers and functions.

(Short Answer)
4.9/5
(37)

The SQL execution activities are performed by the query optimizer.

(True/False)
4.9/5
(44)

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

(Multiple Choice)
4.9/5
(37)

Database ____________________ activities can be divided into those taking place either on the client side or on the server side.

(Short Answer)
4.9/5
(44)

When setting optimizer hints, ____ instructs the optimizer to minimize the time it takes to process the first set of rows, that is, to minimize the time it takes to return only the first set of rows in the query result set. This hint is generally used for interactive mode processes.

(Multiple Choice)
4.9/5
(32)

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

(Short Answer)
4.9/5
(40)

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

(Essay)
4.8/5
(36)

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

(Essay)
4.7/5
(38)

The ____ cache stores the most recently executed SQL statements.

(Multiple Choice)
4.7/5
(31)

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

Why do we need to optimize a DBMS with SQL performance tuning, even though they automatically optimize SQL queries?

(Essay)
4.9/5
(28)

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

(True/False)
4.7/5
(35)

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

(True/False)
4.7/5
(37)

Use __________________________________________________ to provide balance between performance and fault tolerance.

(Short Answer)
4.8/5
(36)

When setting optimizer hints, ____ instructs the optimizer to minimize the overall execution time, that is, to minimize the time it takes to return all rows in the query result set. This hint is generally used for batch mode processes.

(Multiple Choice)
4.8/5
(25)

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

(True/False)
4.8/5
(27)
Showing 1 - 20 of 70
close modal

Filters

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