alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统

Home Page:https://graphscope.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature(interactive): Provide Profile Tool to Display Query Metrics

shirly121 opened this issue · comments

Is your feature request related to a problem? Please describe.

We need a end-to-end profiling tools to display per query metrics, like in gremlin console:

image

or in cypher console:

image

The metrics should involve the following aspects:

  • overall:

    • total latency
    • compilation latency
    • execution latency
  • detail:

    • per step latency
    • per step latency occupation
    • per step estimated count
    • per step execution count

It has been a missing feature for a long time! 😁
Maybe consolidate with yuansi. /cc @siyuan0322