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
The problem with the records is that when you use user filters , and each one of them executes a rule when populated, the performance can be affected, because the filters are evaluated on each user interaction.
Remove some user filters and make a test please in order to identify is the problem is related with that point
Sorry by filters I meant query filters.
IN that case, check if the fields in the database that you use in the query filters are indexed.
As with user filters, try removing query Filters in order to find which one is causing the problem. Probaly that field won't be indexed