Skip to content

Also optimize ordered queries with composite ordering #416

@kevin-dp

Description

@kevin-dp

#410 optimizes ordered queries that order on a single field, e.g. orderBy(({ user }) => user.age). However, we currently do not optimize queries that order on composite fields, e.g. orderBy(({ user }) => [user.age, user.birth_month]). We should improve the optimization further such that we load the next N items keeping into account the composite order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions