xRobot
xRobot

Reputation: 26565

TinyText VS LongText !

Maybe this is a very stupid question but... Why should I use tinytext and not longtext ?

In tinytext I can save only 255 chars.

Upvotes: 0

Views: 621

Answers (1)

Sasha Chedygov
Sasha Chedygov

Reputation: 130967

It's more efficient. If you don't need more than 255 chars, use it; if you do, then don't. It's as simple as that.

Upvotes: 1

Related Questions