Skip to content

Commit 27be68e

Browse files
committed
feat: speedup deb file list query by sorting on path & name
1 parent 9adcc21 commit 27be68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ WHERE
588588
AND repo = $3
589589
AND ftype != 5
590590
ORDER BY
591-
filename
591+
path, name
592592
"#;
593593

594594
pub const SQL_GET_PACKAGE_SODEP: &str = "

0 commit comments

Comments
 (0)