-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] q9 regression between 21.10 and 21.12 #4281
Comments
I believe the difference here may be due to enabling nvcomp compression/decompression by default in CUDF. In branch-22.02, I got times similar to 21.10 when I disabled nvcomp:
Results:
When I run branch-22.02 with default setting (LIBCUDF_NVCOMP_POLICY=STABLE).
|
This is the PR for enabling nvcomp in cudf: rapidsai/cudf#9582 |
Same comment as I had for q88: #4280 (comment) |
As noted in #4280, the change to nvcomp as the default snappy compressor is in branch-21.12. |
No objection from me. |
+1 closing this. |
We had a baseline of 25s for q9 in 21.10, but we have lost around 1.5 or 2 seconds in 21.12 when running in the spark2a environment.
This is to investigate the differences and figure out if we need to raise an issue in cuDF, the plugin or if there's an environmental issue.
"queryTimes" : [ 26977 ],
"queryTimes" : [ 27164 ],
"queryTimes" : [ 27016 ],
"queryTimes" : [ 26903 ],
"queryTimes" : [ 26542 ],
The text was updated successfully, but these errors were encountered: