天天看點

SAP CDS重定向視圖和直接讀這兩者場景的性能比較

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.

SAP CDS重定向視圖和直接讀這兩者場景的性能比較

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

SAP CDS重定向視圖和直接讀這兩者場景的性能比較

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:

SAP CDS重定向視圖和直接讀這兩者場景的性能比較
SAP CDS重定向視圖和直接讀這兩者場景的性能比較

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

SAP CDS重定向視圖和直接讀這兩者場景的性能比較

要擷取更多Jerry的原創文章,請關注公衆号"汪子熙":

SAP CDS重定向視圖和直接讀這兩者場景的性能比較