美文网首页SAPSAP 实用篇SAP 修行
SAP CDS重定向视图和直接读这两者场景的性能比较

SAP CDS重定向视图和直接读这两者场景的性能比较

作者: 华山令狐冲 | 来源:发表于2019-12-14 10:19 被阅读0次

A very rough performance comparison is performed in ER9/001.

Comparison scenario

The two below operations are compared:

(1) table ZCOMM_PRODUCT2
This is a very simple table which has only three fields. All of the fields are mapped from MARA.

(2) table ZCOMM_PRODUCT which is redirected to CDS view ZP_MARA_REDIRECT

Both table have exactly the same number of entries: 97.144
I create two simple ABAP methods to retrieve data from ZCOMM_PRODUCT and ZCOMM_PRODUCT2:


And use ST05 to trace the duration of these two kinds of SELECT SQL.
The case for direct read via SELECT SQL: 0.159 second
The case for CDS redirect: 0.247 second

要获取更多Jerry的原创文章,请关注公众号"汪子熙":


相关文章

网友评论

    本文标题:SAP CDS重定向视图和直接读这两者场景的性能比较

    本文链接:https://www.haomeiwen.com/subject/ndrcnctx.html