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

[opt](scanner profile) More counter for scanner #40144 #41059

Open
wants to merge 1 commit into
base: branch-3.0
Choose a base branch
from

Commits on Sep 25, 2024

  1. [opt](scanner profile) More counter for scanner (apache#40144)

    New profile metrics to monitor the schedule process of scanner.
    ```
    VScanner:
        ...
        -  PeakMemoryUsage:  16.31  MB
        -  PeakRunningScanner:  1
        ...
    ```
    In general, the value of `PeakMemoryUsage` is increased when any of the
    scan tasks gets a block, decreased when ScanOperator consumes block from
    block_queue.
    zhiqiang-hhhh committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b1fc78d View commit details
    Browse the repository at this point in the history