一个CRM OData的性能问题分析
In My appointment application, when jerry clicks F4 on account field, there will be odata request to retrieve account information. To my surprise, this odata request took more than one minute to get response: Then I did a performance trace in jerry system and found out most time is spent on your code CL_CRM_BP_ODATA_RT~ SELECT_ENTITYSET_BY_SQL. [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-ANZPgsKn-1580818103722)( https://upload-images.jianshu.io/upload_images/2085791-389aca4950fcc13e.png?imageMogr2/auto-orient/strip )] I wrote a report in jerry system MOR/300 to reproduce this performance issue,