You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to benchmark the affect of increasing number of rows on query time, we ran into an issue where we realized that the set of queries generated might be affected by the minimum and maximum row values since the same RNG is used both to determine the structure of the query and the arguments.
We should validate that this is a problem, and if so, fix it - probably by using a separate RNG for the row ids and the structure of the query.