Skip to content

Conversation

@MusikAnimal
Copy link
Member

The Toolforge replicas still supported the categorylinks.cl_to column but it was incredibly slow. This commit switches to using the new linktarget table and the foreign key categorylinks.cl_target_id

In my testing, performance is best when querying for the link target IDs first, even though the query plan looks worse than JOINing on linktarget.

The Toolforge replicas still supported the categorylinks.cl_to column
but it was incredibly slow. This commit switches to using the new
linktarget table and the foreign key categorylinks.cl_target_id

In my testing, performance is best when querying for the link target IDs
first, even though the query plan looks worse than JOINing on
linktarget.
@MusikAnimal MusikAnimal merged commit 7c81873 into main Jan 3, 2026
3 checks passed
@MusikAnimal MusikAnimal deleted the category-edits branch January 3, 2026 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants