zoukankan      html  css  js  c++  java
  • 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.

    clipboard1

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

    clipboard2

    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:

    clipboard3
    clipboard4

    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

    clipboard5

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

  • 相关阅读:
    Arr
    class4
    class3联大网页
    class33
    class3
    人机交换 NO 1书签
    大数据的框架与特点
    mapreduce排序
    mapreduce求平均数
    mapreduce去重
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12054706.html
Copyright © 2011-2022 走看看