We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a low hanging fruit. Just creating this index solved the issue:
CREATE INDEX idx_patch_state_id_archived on patchwork_patch (state_id, archived);