Multiple COLLECT gives wrong results with 3.8, works in 3.7.10 #14672
Labels
1 Bug
2 Fixed
Resolution
3 AQL
Query language related
3 Optimizer
AQL query optimizer is involved
workaround available
Milestone
Uh oh!
There was an error while loading. Please reload this page.
My Environment
Component, Query & Data
Affected feature:
AQL query, COLLECT statement.
AQL query (if applicable):
AQL explain and/or profile (if applicable):
Explain on 3.8.0
Explain on 3.7.10
Dataset:
queries
collection has 450M docs. In the 1000 docs selected in the query above,q.request.status
is alwaysnull
.Size of your Dataset on disk:
A few hundred GBs
Steps to reproduce
and result is as expected
Problem:
Multiple collect seems to break results in 3.8.0.
Is it because of
q.request.status
being alwaysnull
in this subset of data ? Or because an index is used to retrieve subset of documents ? Rules applied seem quite different in respective explains.Thanks a lot !
Expected result:
Same result as in 3.7.10.
The text was updated successfully, but these errors were encountered: