Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この質問を読んで、疑問が頭に浮かびました:
では、TEXT が実際に占めるバイト数は? ~65KB または使用文字数+ 1?
TEXT は、最大 65,000 文字の可変長データ型です。
LONGTEXT は 4 兆文字以上に使用できます。
あなたの質問に答えるには: それは可変長であり、保存した文字数だけを占めます。
TEXT は、データの実際の長さ + 2 バイトを占有します。