-
Couldn't load subscription status.
- Fork 2.7k
[Profiling] Add QueryContext to more functions, for Reads #18726
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
Conversation
# Conflicts: # src/storage/table/row_group_collection.cpp
dea6d4c to
0e2d6e3
Compare
# Conflicts: # src/function/compression_config.cpp # src/include/duckdb/function/compression_function.hpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @maiadegraaf, thanks for the PR - I left some comments. :)
# Conflicts: # src/execution/operator/persistent/physical_batch_insert.cpp # src/storage/local_storage.cpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Looks good - some comments from my side
|
Thanks! |
[Profiling] Add QueryContext to more functions, for Reads (duckdb/duckdb#18726)
This PR adds QueryContext to States, and now bytes read in a
Selectare recorded.Follow up to: #17754, #17875, #18438, #18514, #18661.