Hello,
I currently experience a performance degradation with a running workflow. Basically the workflow searches within a given folder (no subfolder) based on 3 fields whose values are retrieved from an Excel file (with ~35,000 lines). If the search fails, the workflow creates a new entry within the above folder and the above fields values. As expected the pace of the workflow is going slower over time given the search activity against the increasing number of entries. I know the behavior is normal but I'd like to know what can be done to minimize the degradation. I have run the same workflow on an SQL Express w/2 CPUs vs. a Standard SQL w/8 CPUs and both environments do not meet the required deadline.
For instance should I create/manage a field whose content concatenates the above 3 fields values and run the search against that new field?
Thanks in advance,
Lou