We are using entity backed records for our process which have around 3000 record

We are using entity backed records for our process which have around 3000 records. We found it is taking long time to display records list. Any suggestion to increase the performance of these records list?

OriginalPostID-219600

OriginalPostID-219600

  Discussion posts and replies are publicly visible

Parents
  • As a last option you can logically split the records into 2 or more records (if your business permits) by setting default filters. For example one record may contains entity with status say "Not Started", "In Progress" and "Completed". Other record may contain entity with status say "Cancelled", "Deleted" which is of least important.

    All though this is not recommended, this is one way of splitting the load and improving the performance of your records.
Reply
  • As a last option you can logically split the records into 2 or more records (if your business permits) by setting default filters. For example one record may contains entity with status say "Not Started", "In Progress" and "Completed". Other record may contain entity with status say "Cancelled", "Deleted" which is of least important.

    All though this is not recommended, this is one way of splitting the load and improving the performance of your records.
Children
No Data