paint-brush
Efficient Server Side Pagination using Mongodbby@beingnin
2,411 reads
2,411 reads

Efficient Server Side Pagination using Mongodb

by Beingnin16mMay 23rd, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Server Side Pagination is the most optimum way to show large data without a drop in performance. There are 5 problems with this approach. High bandwidth is required since the data has to travel through the internet from the database to the client-side. The high probability of the database server server server timeout the request since it is needed to fetch a huge data, maybe with filtering as well. The problem with server-side pagination is performance, even if it is implemented using third-party library (*like jquery data table or kendo grid) or your custom logic, the data must be kept on the client side.

Company Mentioned

Mention Thumbnail
featured image - Efficient Server Side Pagination using Mongodb
Beingnin HackerNoon profile picture
Beingnin

Beingnin

@beingnin

Self taught developer | Tech blogger | Open source contributor

About @beingnin
LEARN MORE ABOUT @BEINGNIN'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Beingnin HackerNoon profile picture
Beingnin@beingnin
Self taught developer | Tech blogger | Open source contributor

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite