Challenges

The Billionaire Database contains too many records and fetching all those in one go causes the application to crash. Can we paginate the record?

Challenge one

Over time, the database of the Elite Club has grown substantially. Now, searching for a club either takes a long time or makes the application run out of memory.

We should definitely paginate the record. Can you fix the problem by upgrading the repository?

Initially try to solve it on your own. If you get stuck, you can always refer to the provided hint.

Implement the changes in the below application.

Good luck!

Get hands-on with 1200+ tech skills courses.