wesql / wescale

WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
Apache License 2.0
199 stars 8 forks source link

[Feature Request] Add a view for Plan Stats #458

Closed earayu closed 6 months ago

earayu commented 6 months ago

Currently, our database system lacks a dedicated view for accessing plan statistics. Plan statistics provide valuable insights into query execution plans, helping users understand and optimize the performance of their queries.