InterviewSolution
| 1. |
How Can You Decide The Query Performance Is Slow Or Fast? |
|
Answer» You can check that in RSRT tcode. EXECUTE the QUERY in RSRT and after that follow the below steps Go to SE16 and in the resulting screen give table name as RSDDSTAT for BW 3.x and RSDDSTAT-DM for BI 7.0 and press enter you can VIEW all the details about the query like time TAKEN to execute the query and the TIMESTAMPS You can check that in RSRT tcode. execute the query in RSRT and after that follow the below steps Go to SE16 and in the resulting screen give table name as RSDDSTAT for BW 3.x and RSDDSTAT-DM for BI 7.0 and press enter you can view all the details about the query like time taken to execute the query and the timestamps |
|