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
select * from information_schema.routine_load_jobs\G;
select * from information_schema.be_metrics\G;
select * from information_schema.be_bvars\G;
select * from information_schema.be_cloud_native_compactions\G;
select BE_ID, NAME, VALUE from information_schema.be_configs\G;
show proc '/compactions'\G;
select BE_ID, LOG from (select BE_ID, TIMESTAMP, LOG from information_schema.be_logs where LEVEL='W' or LEVEL='E' order by TIMESTAMP DESC limit 5000) t order by BE_ID, TIMESTAMP ASC;