Record Query Performance monitoring

Certified Lead Developer

Some of the queryRecordTypes are working slow for us in prod. I am trying to monitor the performance and it has something 'performanceView.breadcrumb.recordQuery' highlighted. What does that mean and what part of the query/record it points to? Any idea

Also, Appian do recommend using queryRecordType to get the data from the related records too but when I have filters and logical expressions applied to them they are performing slow.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to vikrantb

    I have seen these in a gridfield before and they are basically the gridColumn() objects. In old gridField() versions I have seen performance view show these breadcrumb texts instead of the column name we give in label. Good thing is they are in the same order as you define in the grid so if you see the 4th breadcrumb have high performance that means some query done in 4th gridColumn() is taking more time. Hope this helps! 

Children
No Data