Closed zhang2014 closed 2 months ago
Profile Statistics Update
The code updates include a new statistic measure termed ExternalServerRequestCount
in the application's profile statistics. This is part of the measure that provides details on the number of external server requests made by the application.
Changes to Explain Interpreter
The 'ExplainInterpreter' which helps in understanding how your queries are processed, has been refined. The modifications ensure certain initial and final operations are excluded from the interpretation process for two types of pipelines (explain pipeline
and sources pipelines
).
Enhancements in Recording Functionality
A new update allows an increase in the ExternalServerRequestCount
value by one every time the specific code is run in transform_udf_server.rs
. This helps keep track of the number of external server requests made during the execution of this file.
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
chore(query): add external server request profile
Tests
Type of change
This change isโ