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
In the section DistSQL Plan Viewer, in the second row, it says the field is <index>@<table>; however, when using EXPLAIN ANALYZE it looks like it's <table>@<index>. See attached example.
Suggested Resolution
The text was updated successfully, but these errors were encountered:
Re: EXPLAIN ANALYZE
Issue Description
In the section DistSQL Plan Viewer, in the second row, it says the field is
<index>@<table>
; however, when using EXPLAIN ANALYZE it looks like it's<table>@<index>
. See attached example.Suggested Resolution
The text was updated successfully, but these errors were encountered: