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

Expose more metrics when explain analyzing the region scan plan #5500

Open
evenyag opened this issue Feb 10, 2025 · 0 comments
Open

Expose more metrics when explain analyzing the region scan plan #5500

evenyag opened this issue Feb 10, 2025 · 0 comments
Labels
C-enhancement Category Enhancements

Comments

@evenyag
Copy link
Contributor

evenyag commented Feb 10, 2025

What type of enhancement is this?

User experience, Performance

What does the enhancement do?

Currently, the region scan plan only exposes a limited number of metrics in EXPLAIN ANALYZE. It'd be helpful if we could expose more metrics from mito.

There are several tasks:

  • Expose existing scanner metrics to the execution plan
  • Collect more scanner metrics
    • Reader metrics for each SST
    • Reader metrics for each index file
    • Cache metrics
  • Support explain analyze verbose Push down analyze verbose to region #4408

Implementation challenges

Collecting cache metrics during scan may require putting the metrics context in different readers and caches.

@evenyag evenyag added the C-enhancement Category Enhancements label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

No branches or pull requests

1 participant