Skip to content

DataSourceExec metrics explanation #16572

Discussion options

You must be logged in to vote

time_elapsed_opening for example, unfortunately we have to search for this name in the codebase, and then follow several indirections to find the comment to explain this metrics:

/// Wall clock time elapsed for file opening.
///
/// Time between when [`FileOpener::open`] is called and when the
/// [`FileStream`] receives a stream for reading.
///
/// If there are multiple files being scanned, the stream
/// will open the next file in the background while scanning the
/// current file. This metric will only capture time spent opening
/// while not also…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@debajyoti-truefoundry
Comment options

@2010YOUY01
Comment options

@debajyoti-truefoundry
Comment options

Answer selected by debajyoti-truefoundry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants