mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
perf: add PackageKeywords.PackageBaseID index
This is used on the export for package-meta.v1.gz generation Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
5669821b29
commit
f10c1a0505
2 changed files with 25 additions and 0 deletions
|
@ -201,6 +201,7 @@ PackageKeywords = Table(
|
|||
nullable=False,
|
||||
server_default=text("''"),
|
||||
),
|
||||
Index("KeywordsPackageBaseID", "PackageBaseID"),
|
||||
mysql_engine="InnoDB",
|
||||
mysql_charset="utf8mb4",
|
||||
mysql_collate="utf8mb4_general_ci",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue