Description
For example, we had a query of 39 x values in where clause and there is one
x value not in cube, which yielded the following result:
Duration: 60.947
Cube Names: [olap]
Total scan count: 2524898
Result row count: 39
(The log shows "Can't translate value xxx to dictionary ID, roundingFlag 0.
Using default value \xFF")
And we excluded the x value that is not in cube and re-run the query and got
the another result:
Duration: 2.477
Cube Names: [olap]
Total scan count: 96543
Result row count: 38