Topic: Trouble Searching Large Async Datatable [20,000 Rows]

bpeterson priority asked 1 year ago


Expected behavior ...that search would behave the same as it would with static data

Actual behavior Typing in search input field has an extreme delay and is not usable. I will be dealing with about 20,000 rows I attempted to use demo data in the snippet [it may not be allowed]

Resources (screenshots, code snippets etc.) I attempted to use demo json in the snippet [it may not be allowed]

fetch('https://euc.medline.com/examples/dummy.txt')

https://mdbootstrap.com/snippets/standard/bpeterson/4503494 https://euc.medline.com/examples/dummy.txt


Grzegorz Bujański staff answered 1 year ago


This is because you are trying to filter a very large amount of data on the client side. 19163 records with 8 items each are ~ 150k records to filter.

How quickly this data will be processed depends on the computer on which it is run. If it is an older computer, it may take up to a few minutes.

In this case, consider server-side filtering. Of course, we will look at this and see if we are able to improve something on our side, but it may turn out that trying to filter such a large amount of data is simply too much for browsers.


bpeterson priority commented 1 year ago

Thanks, Grzegorz. I will use "advanced search instead. [it's a little faster]. Is there a way I can toggle "loading..." while it's searching? or maybe float a spinner above the table [with a lower z-index] or something similar?

I've prepared an example snippet here: https://mdbootstrap.com/snippets/standard/bpeterson/4531093



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 5.0.0
  • Device: PC
  • Browser: Chrome
  • OS: Win10
  • Provided sample code: No
  • Provided link: Yes