I want to retrieve large data set from Google Firebase (around 75,000 Records). I have implemented Pagination Concept by using DevXtreme React JS. Is it a good practise to use All option to retireve large datasets in Pagination to achieve the infinite scroll. Kindly advise
Problem Details: When All option is selected in Pagination, it is taking a time to load the records and during scroll also it takes time. Data is retrieved from Google Firebase (75,000 Records)
Expectation: Is it a good practise to follow All option in pagination. Is there anyway where we can handle to load the 70,000 records in less time so the user doesn't feel frustrated whenver doing scroll to load the data