milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
28.59k stars 2.75k forks source link

[Feature]: Query Execution Plan #31218

Open amaypatil opened 4 months ago

amaypatil commented 4 months ago

Is there an existing issue for this?

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

Any Query in Milvus goes through multiple services at various levels and various tasks are performed. A detailed breakdown of each query is important for debugging and performance analysis.

Describe the solution you'd like.

Need to have a Query Execution plan that breaks down the various tasks that the query performed and displays time taken for each task.

Describe an alternate solution.

Current hack is to look at logs and dervice the information.

Anything else? (Additional Context)

No response

xiaofan-luan commented 4 months ago

any samples?