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 512741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:21:03+00:00 2026-05-13T07:21:03+00:00

I am optimizing some innodb tables in MySQL, so I ran procedure analsye() to

  • 0

I am optimizing some innodb tables in MySQL, so I ran procedure analsye() to see what the recommendations were.

The results recommended tinytext instead of varchar(255) for all the fields that were previously set up as varchar(255)

Is there a performance gain to be had by using tinytext? I am only concerned about speed here, not size.

  • 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-13T07:21:03+00:00Added an answer on May 13, 2026 at 7:21 am

    Don’t believe if anyone tells you that TINYTEXT is stored in other way, than VARCHAR.

    The actual differences are:

    • TINYTEXT and other TEXT fields are stored separately from in-memory row inside MySQL heap, whereas VARCHAR() fields add up to 64k limit (so you can have more than 64k in TINYTEXTs, whereas you won’t with VARCHAR).

    • TINYTEXT and other ‘blob-like’ fields will force SQL layer (MySQL) to use on-disk temporary tables whenever they are used, whereas VARCHAR will be still sorted ‘in memory’ (though will be converted to CHAR for the full width).

    • InnoDB internally doesn’t really care whether it is tinytext or varchar. It is very easy to verify, create two tables, one with VARCHAR(255), another with TINYINT, and insert a record to both. They both will take single 16k page – whereas if overflow pages are used, TINYTEXT table should show up as taking at least 32k in ‘SHOW TABLE STATUS’.

    I usually prefer VARCHAR(255) – they don’t cause too much of heap fragmentation for single row, and can be treated as single 64k object in memory inside MySQL. On InnoDB size differences are negligible.

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

Sidebar

Related Questions

I need some help optimizing queries on 2 tables. One will contain about a
I need some help optimizing a MySQL query or table When I run this
I'm optimizing some frequently run Perl code (once per day per file). Do comments
I use MSVC++ 2005 x64. Some code work incorrectly in release optimizing mode. So,
So I'm trying to import some sales data into my MySQL database. The data
I’m working on optimizing some of my queries and I have a query that
I could really use some help optimizing a table on my website that is
I'm interested in optimizing the hashing of some large files (optimizing wall clock time).
I was recently tasked with optimizing some existing Oracle stored procedures. Each of the
So I'm optimizing some code by unrolling some loops (yes, I know that 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.