The following values characterize the quality of data buffer accesses:
-> Physical read accesses
Number of read accesses to the hard drive. This value indicates how many blocks or pages must be loaded to satisfy user queries being processed in an SAP work process.
-> Logical read accesses
Total number of read accesses. This figure indicates how many blocks or pages are read from the buffer and the hard disk.
-> Buffer quality or hit ratio
This value is derived for the quality of a buffer from the following equation:
Buffer quality= (logical accesses- physical accesses) I logical accesses x 100%
本文介绍了 SAP 系统中数据缓冲访问的质量评估指标,包括物理读取次数、逻辑读取次数以及缓冲命中率等关键参数,并解释了这些指标如何帮助优化数据库性能。
2万+

被折叠的 条评论
为什么被折叠?



