Knowledge quiz

It's time to put what you've learned to the test, get 8 right to pass this week.

1.

If a query is part of the business logic and causes performance issues, what do you have to check?

There are three correct answers.
2.

What do you have to check before you reproduce a performance issue?

There are three correct answers.
3.

If you encounter a performance issue but there is no operator to reduce problematic intermediate results and no SQL hint works, what should you do next?

Choose the correct answer.
4.

Which of the following statements about partition pruning are true?

There are three correct answers.
5.

If you want to know when a problematic query is compiled and executed, which SAP HANA views can you refer to?

There are two correct answers.
6.

You find a SQL hint that reduces the intermediate result and improves performance, but the hint is not applied. What could be the reason for this?

Choose the correct answer.
7.

Which of the following statements about using SQL hint for performance optimization is true?

Choose the correct answer.
8.

What are some of the steps you need to take when you rewrite queries?

There are three correct answers.
9.

Which of the following statements regarding query inlining is true?

Choose the correct answer.
10.

What is one of the benefits of query inlining?

Choose the correct answer.