Del manual:
E.9.2. The Maximum Number of Columns Per Table.
10.4.3. The BLOB and TEXT Types.
_
TEXT vs. VARCHAR.
_
Nota: Téngase en cuenta que VARCHAR(x) representa número de caracteres, no de bytes, sobre todo si se emplea una codificación de caracteres multi-byte como UTF-8 (en este caso VARCHAR(35000) no entra debido a la limitación del tamaño de fila.
TEXT and BLOB is stored off the table with the table just having a pointer to the location of the actual storage.
ResponderEliminarVARCHAR is stored inline with the table.