CERT-Polska / mquery

YARA malware query accelerator (web frontend)
GNU Affero General Public License v3.0
413 stars 77 forks source link

Optimize db.get_job_matches to paginate on the DB side #372 #406

Closed MichalJura closed 1 month ago

MichalJura commented 1 month ago

Your checklist for this pull request

What is the current behaviour?

Currently filtering is done on client side(Python code).

What is the new behaviour?

Filtering(pagination) move to the db side.

Closing issues

fixes #372