project-reclamation icon indicating copy to clipboard operation
project-reclamation copied to clipboard

bug(query-performance): mongoose skip is inefficient

Open rutajdash opened this issue 11 months ago • 0 comments

Describe the bug The use of mongoose skip operation is extremely inefficient and can overload the server on scaling as it requires the server to load all the skipped documents first.

Additional context More information can be found here on stackoverflow.

rutajdash avatar Jul 31 '23 20:07 rutajdash