Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3667996
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:04:10+00:00 2026-05-19T02:04:10+00:00

I can’t help but believe this topic has been written about over and over

  • 0

I can’t help but believe this topic has been written about over and over again but I’m having trouble finding any good, solid information.

What data type should I use to store 200 to 400 words of text? What about longer articles that could approach two or three thousand words?

What options should affect my decision? I don’t plan to search this data but I can’t completely rule out the possibility that I may want to do that later.

Unfortunately my background is MS Access where the only option for this was a memo field. It doesn’t appear to be quite so simple with MySQL.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T02:04:11+00:00Added an answer on May 19, 2026 at 2:04 am

    If you’re using MySQL 5.0.3 or later, go VARCHAR. It can hold 65k bytes. As long as you have only 1 long VARCHAR per row, you should be fine.

    Otherwise go with text.

    From the mysql manual:

    BLOB and TEXT differ from VARBINARY
    and VARCHAR in the following ways:

    There is no trailing-space removal for
    BLOB and TEXT columns when values are
    stored or retrieved. Before MySQL
    5.0.3, this differs from VARBINARY and VARCHAR, for which trailing spaces are
    removed when values are stored.

    On comparisons, TEXT is space extended
    to fit the compared object, exactly
    like CHAR and VARCHAR.

    For indexes on BLOB and TEXT columns,
    you must specify an index prefix
    length. For CHAR and VARCHAR, a prefix
    length is optional. See Section 7.5.1,
    “Column Indexes”.

    BLOB and TEXT columns cannot have
    DEFAULT values.

    Also nice to know (from the manual):

    Instances of BLOB or TEXT columns in
    the result of a query that is
    processed using a temporary table
    causes the server to use a table on
    disk rather than in memory because the
    MEMORY storage engine does not support
    those data types

    which you really should take into account when formulating queries which use TEXT.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can you guys help me understand a concept real quick, I'm having trouble understanding
Can somebody help me with this. There is HTML code: <h3> <label> <input type=checkbox
Can I figure out if a function has already been assigned to an event?
Can anybody help me? What should be the datatype for this type -07:00:00 of
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Can anyone help me trying to find out why this doesn't work. The brushes
Can somebody point me to a resource that explains how to go about having
can anyone help me in trying to check whether JavaScript is enabled in client
can I make my own headers in HTTP request ? e.g. This is normal
Can this be done? It seems like this should be possible. In general, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.