Performance

Learn about the performance improvement for a workflow.

Add enough records and test the workflow under conditions that approximate your work environment as closely as possible.

The following impact on performance:

  • Data that is not searched for using a key
  • Conditions applied to large volumes of data
  • Sort options

If you search for data using keys, it should be possible to use 10,000 records over a network without performance problems.

The following steps can improve performance:

  • Reduce the volume of data that is searched.
  • If you search through the database several times in a similar manner, save the results of the first search as parameters and use these parameters in later stages.
  • Add indexes using the data model for fields that are used to search or sort large volumes of data.