You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help users better know the actual RU cost for a particular SQL, it's very reasonable to introduce the RU statistics info by executing EXPLAIN ANALYZE. This is the tracking issue for this feature development.
The text was updated successfully, but these errors were encountered:
ref #5851, ref pingcap/tidb#41972
- Return the consumption info on RU request/response.
- Remove some unnecessary `goto`s.
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Part of #38825.
To help users better know the actual RU cost for a particular SQL, it's very reasonable to introduce the RU statistics info by executing
EXPLAIN ANALYZE
. This is the tracking issue for this feature development.The text was updated successfully, but these errors were encountered: