Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ajay Pal BhullarAjay Pal BhullarReporter
Bingjie MiaoBingjie MiaoStory Points
1Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ajay Pal Bhullar
Ajay Pal BhullarReporter
Bingjie Miao
Bingjie MiaoStory Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created May 23, 2022 at 5:19 PM
Updated October 7, 2022 at 8:56 AM
Resolved May 26, 2022 at 4:58 PM
Above query not covered, not using index order so pagination not passed to indexer.
So end up fetching all qualified documents (instead of LIMIT only documents), then sort and apply pagination.
Here Indexer has all the information in predicate and order by (projection info is not there)
Alternative is as follows but very inconvenient.