RE: rychlost mysql linux

From: Cigas Marian (marianc@aurus.sk)
Date: 29. 11. 2002, 08:24 CET


> 
> V případě tak malých databází to však můžeš klidně všechno nacpat
> do MySQL. Počítej však s omezenou velikostí pole záznamu na 8192
> znaků, celý článek se Ti do toho nemusí vejít, natož fotky.

nezavisi to nahodou od typu pola?

TEXT 
A BLOB or TEXT column with a maximum length of 65535 (2^16 - 1) characters

LONGTEXT 
A BLOB or TEXT column with a maximum length of 4294967295 (2^32 - 1)
characters. See section 6.5.3.1 Silent Column Specification Changes. Note
that because the server/client protocol and MyISAM tables has currently a
limit of 16M per communication packet / table row, you can't yet use this
the whole 

A BLOB is a binary large object that can hold a variable amount of data

maro



This archive was generated by hypermail 2.1.2 : 29. 11. 2002, 08:24 CET