SAP Workload Analysis: Number of Sequential Reads
Posted by
Admin at
|
Share this post:
|
0 Comments
SAP Workload Analysis: Number of Sequential Reads
Definition
Database calls of the type "sequential reads" are initiated by ABAP commands such as SELECT * FROM. If possible, the data is read from the local SAP buffer, otherwise from the database itself.
Keyword: BASIS
Title : SAP Workload Analysis: Number of Sequential Reads