violet_rails icon indicating copy to clipboard operation
violet_rails copied to clipboard

Resources list view performance degrades after 1 million objects

Open donrestarone opened this issue 2 years ago • 0 comments
trafficstars

Describe the bug

When a API Resource list in an API Namespace exceeds 1 million Resources,

  1. The table view becomes slow ( 9 second response time)
  2. Navigating through the Pagination becomes slow ( 9 second response time)
Screen Shot 2023-04-13 at 10 04 58 AM

possible culprits:

  1. over-fetching data
  2. slow query
Screen Shot 2023-04-13 at 10 04 51 AM

donrestarone avatar Apr 13 '23 14:04 donrestarone