我在SE38里执行这段open SQL:

SAP ABAP SQL的execution plan和cache

因为我在OPEN SQL里没有使用IGNORE_PLAN_CACHE这个hint,

SAP ABAP SQL的execution plan和cache

所以execution plan会存储在表M_SQL_PLAN_CACHE里。这个表的PREPARATION_TIME field就包含了statement的preparation时间。

SAP ABAP SQL的execution plan和cache

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP ABAP SQL的execution plan和cache

相关文章:

  • 2021-12-06
  • 2021-09-21
  • 2021-11-07
  • 2021-09-14
  • 2021-10-28
  • 2022-01-15
猜你喜欢
  • 2021-06-29
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案