#3005 Speedup untagged_builds query
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue1636  into  master

Download 3005.patch

Fixes: https://pagure.io/koji/issue/1636

This doesn't honor the name or queryOpts params.

I'm not convinced we have to leave QueryProcessor behind (and I'm not sure we can reasonably honor queryOpts without it). I believe it will currently accept a complicated clause. All QP does is join them with AND and parentheses.

rebased onto 63b4f1b00efef969f57fa629701c853638a86b50

Ah, you're right - it was older snippet and I've not examined it carefully. Rewritten to QP with all the options.

:thumbsup:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

Commit b477fa5e fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata