lxyuma BLOG

開発関係のメモ

2015-08-15から1日間の記事一覧

varcharとtextの違い(mysql innodb)

mysqlの可変長文字列を扱う、varchar型とtext型の違いの話。 古い情報が混在していたので、ちょっと整理してメモ。 myisamの頃の話 sizeが違う 行の中身がdataか(varchar)、dataへのポインタか(text) 参照挟むので、performanceの違いがあった(varcharが早い…