Performance of Entity Backed Record

If i have more than 100k rows in a table and i want to display it in the Record. As it is a huge data how can i handle it to maintain the performance of the record.

  Discussion posts and replies are publicly visible

Parents
  • As suggested above the use of pagination 25-50 or depends on your requirement will not give performance of the record.
    As per my Understanding, I would recommend the following points to be considered.
    1. Retrieve only required number of columns.
    2. Display the additional columns data in the record summary view.
    3. Provide User filters, so that user can filter down the records displaying.
Reply
  • As suggested above the use of pagination 25-50 or depends on your requirement will not give performance of the record.
    As per my Understanding, I would recommend the following points to be considered.
    1. Retrieve only required number of columns.
    2. Display the additional columns data in the record summary view.
    3. Provide User filters, so that user can filter down the records displaying.
Children
No Data