사용자 도구

사이트 도구


dbms:mysql:admin:table

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
dbms:mysql:admin:table [2018/08/11 01:35]
starlits [DB 사이즈]
dbms:mysql:admin:table [2018/08/11 01:36] (현재)
starlits [DB 사이즈]
줄 11: 줄 11:
 <code> <code>
 SELECT count(*) NUM_OF_TABLE, SELECT count(*) NUM_OF_TABLE,
-  table_schema,concat(round(sum(table_rows)/1000000,2),'M') rows,+  table_schema, 
 +  concat(round(sum(table_rows)/1000000,2),'M') rows,
   concat(round(sum(data_length)/(1024*1024*1024),2),'G') DATA,   concat(round(sum(data_length)/(1024*1024*1024),2),'G') DATA,
   concat(round(sum(index_length)/(1024*1024*1024),2),'G') idx,   concat(round(sum(index_length)/(1024*1024*1024),2),'G') idx,
dbms/mysql/admin/table.1533918912.txt.gz · 마지막으로 수정됨: 2018/08/11 01:35 저자 starlits