mquery icon indicating copy to clipboard operation
mquery copied to clipboard

Optimize db.get_job_matches to paginate on the DB side

Open msm-cert opened this issue 1 year ago • 0 comments

After the PR #371 the pagination is not optimal. We'll be getting all the matches for the job every time, and filtering them on the client side. This should be optimized later.

Related to #74

msm-cert avatar Feb 06 '24 17:02 msm-cert