We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
How to bench: https://github.com/BohuTANG/bendlog/blob/main/scripts/README.md
When the request_body&response_body column length is 2048 random string, read_escaped_string_text is the CPU bottleneck.
request_body
response_body
read_escaped_string_text
perf record -g -p <databend-query-pid-when-copy> perf report -g
The text was updated successfully, but these errors were encountered:
cc @youngsofun @sundy-li
Sorry, something went wrong.
Copy parquet file perf:
caused by #8486
youngsofun
No branches or pull requests
Summary
How to bench:
https://github.com/BohuTANG/bendlog/blob/main/scripts/README.md
When the
request_body
&response_body
column length is 2048 random string,read_escaped_string_text
is the CPU bottleneck.The text was updated successfully, but these errors were encountered: