Jump to content

How much information can a DATABASE Text Area Hold?


phpretard

Recommended Posts

You mean LONGTEXT, right akitchin? =P  I think LONGTEXT can handle over 4 trillion.  Read it somewhere a while ago.

 

that would be the one.

 

Lol, I was just thinking that MEGATEXT would be a pretty sick column name.  Just sounds so cool for a data type.

Link to comment
Share on other sites

CHAR( ) A fixed section from 0 to 255 characters long.

VARCHAR( ) A variable section from 0 to 255 characters long.

TINYTEXT A string with a maximum length of 255 characters.

TEXT A string with a maximum length of 65535 characters.

BLOB A string with a maximum length of 65535 characters.

MEDIUMTEXT A string with a maximum length of 16777215 characters.

MEDIUMBLOB A string with a maximum length of 16777215 characters.

LONGTEXT A string with a maximum length of 4294967295 characters.

LONGBLOB A string with a maximum length of 4294967295 characters.

Link to comment
Share on other sites

Lol, I was just thinking that MEGATEXT would be a pretty sick column name.  Just sounds so cool for a data type.

 

+1 For MEGATEXT (what about longshort? longbool?).  ;D This is good to know regarding how much space a field type can hold.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.