Skip to content

Imperformant queries on flex search with cursor #170

@henkesn

Description

@henkesn

Using cursor based navigation produces queries which require to load too much data. Having the _cursor in the result set is sufficient to have the imperformant query. Simplest query to reproduce

query {
    flexSearchShipment(first: 1) {
      _cursor
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions