Skip to content
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

Add in basic support for JSON generation in BigDataGen and improve performance of from_json #10361

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Feb 1, 2024

This depends on work done in rapidsai/cudf#14954

In my testing using from_json to pull one column out of a JSON string with only one column in it (10 GiB of data) went from 13.8 seconds to 7.0 seconds. Note that this included reading the 10 GiB from a parquet file too so the speedup is even more.

For longer strings with 512 columns in it and only reading one of the columns (still 10 GiB of data) went from 17.6 seconds to 11.4 seconds.

…rformance of from_json

Signed-off-by: Robert (Bobby) Evans <[email protected]>
@revans2 revans2 marked this pull request as ready for review February 9, 2024 15:03
@revans2 revans2 self-assigned this Feb 9, 2024
@revans2
Copy link
Collaborator Author

revans2 commented Feb 9, 2024

build

@revans2 revans2 merged commit 355a770 into NVIDIA:branch-24.04 Feb 9, 2024
40 checks passed
@sameerz sameerz added the performance A performance related task/issue label Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance related task/issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants