agatan / isucon7-final

ISUCON7 本戦
2 stars 0 forks source link

最初にやること #1

Open agatan opened 6 years ago

agatan commented 6 years ago

最初

初回ベンチマーク

初回ベンチマーク後

agatan commented 6 years ago

お便利グッズ入れてく

agatan commented 6 years ago

最初のDB作業

SELECT table_name, engine, table_rows, avg_row_length, floor((data_length+index_length)/1024/1024) as allMB, floor((data_length)/1024/1024) as dMB, floor((index_length)/1024/1024) as iMB FROM information_schema.tables WHERE table_schema=database() ORDER BY (data_length+index_length) DESC;
agatan commented 6 years ago

Middleware調査

agatan commented 6 years ago

ローカル開発環境