Which is the most appropriate solution?

You are working on an online transaction processing (OLTP) system. You are investigating the
reasons for performance degradation in the database.
View the Exhibit named TOP5EVENTS and note the top five events.

View the Exhibit named TOPSQL and note the problems related to these statements.

View the Exhibit named INSTACT and note the table scans.

Which is the most appropriate solution?

You are working on an online transaction processing (OLTP) system. You are investigating the
reasons for performance degradation in the database.
View the Exhibit named TOP5EVENTS and note the top five events.

View the Exhibit named TOPSQL and note the problems related to these statements.

View the Exhibit named INSTACT and note the table scans.

Which is the most appropriate solution?

A.
Create indexes on short tables.

B.
Use the CACHE hint to access long tables.

C.
Keep the long tables in the keep buffer pool.

D.
Keep the short tables in the keep buffer pool.

E.
Keep the short tables in the recycle buffer pool.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


L. Zhu

L. Zhu

short table has a total 56541 scan

D is right. keep short table in the buffer pool