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 BE_ID, NAME, VALUE frominformation_schema.be_configs\G;
show proc '/compactions'\G;
select BE_ID, LOG from (select BE_ID, TIMESTAMP, LOG frominformation_schema.be_logswhere LEVEL='W'or LEVEL='E'order byTIMESTAMPDESClimit5000) t order by BE_ID, TIMESTAMPASC;