Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Pierre RegazzoniPierre RegazzoniReporter
Bingjie MiaoBingjie MiaoIs this a Regression?
YesTriage
UntriagedStory Points
0Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Pierre Regazzoni
Pierre RegazzoniReporter
Bingjie Miao
Bingjie MiaoIs this a Regression?
Yes
Triage
Untriaged
Story Points
0
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created May 16, 2023 at 7:13 PM
Updated September 19, 2023 at 11:09 AM
Resolved May 17, 2023 at 3:26 AM
CREATE INDEX ix1 ON default(ticker, ts_start, ts_end);
ts_end range is not pushed indexer. This can heavily impact because Fetch involved.
Issue
Resolution
A query plan was changed between Server releases. This meant the filter did not update the index when an OR clause pushed variable spans.
The OR clause has been modified to correct this issue.