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
Currently, in crdb_internal.node_transaction_statistics view, we reference crdb_internal.node_statement_statistics view through statement_ids column. However, we do not include statement id as part of the the crdb_internal.node_statement_statistics view. This means that we cannot perform lookup on the statement view using the information from the transaction view.
Currently, in
crdb_internal.node_transaction_statistics
view, we referencecrdb_internal.node_statement_statistics
view throughstatement_ids
column. However, we do not include statement id as part of the thecrdb_internal.node_statement_statistics
view. This means that we cannot perform lookup on the statement view using the information from the transaction view.cc: @kevin-v-ngo, @arulajmani
The text was updated successfully, but these errors were encountered: