• Markus Koller's avatar
    Add index for relative positions on designs · 1f0c0f05
    Markus Koller authored
    In our main finder queries we're filtering by `issue_id`, and then
    sorting by `relative_position` and `id` in ascending order.
    
    By adding a combined index on `(issue_id, relative_position, id)` we
    can use this index for both filtering and sorting.
    1f0c0f05
20200728174137 64 Bytes