summaryrefslogtreecommitdiff
path: root/multiarchanalyze.sql
AgeCommit message (Collapse)Author
2016-06-12multiarchanalyze: speed up on sqlite3 3.8.7.1Helmut Grohne
Since all users of archdepcandidate run the results through "exists()" or "group by", "union" vs "union all" does not make any difference to the results. On the performance side however, it avoids a b-tree merge getting the maforeign_candidate query down from hours to seconds.
2016-06-10add a separate tool for generating hints on Multi-Arch headersHelmut Grohne
It builds on the core functionality of dedup, but uses a different database schema. Unlike dedup, it aborts downloading Arch:all packages early and consumes any other architecture in its entirety instead.