Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imperformant queries on flex search with cursor #170

Open
henkesn opened this issue Aug 4, 2020 · 1 comment
Open

Imperformant queries on flex search with cursor #170

henkesn opened this issue Aug 4, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@henkesn
Copy link
Collaborator

henkesn commented Aug 4, 2020

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
    }
}
@henkesn henkesn added the bug Something isn't working label Aug 4, 2020
@henkesn
Copy link
Collaborator Author

henkesn commented Aug 4, 2020

#171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant