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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:15:52+00:00 2026-05-31T12:15:52+00:00

In my MySQL database I see these statistics: Type Usage Data 16,384 Bytes Index

  • 0

In my MySQL database I see these statistics:

Type    Usage  
Data    16,384  Bytes  
Index   32,768  Bytes  
Overhead    405,0   MB  
Effective   -424,624,128    Bytes  
Total   49,152  Bytes  

When I try the commands check table, ALTER TABLE 'mytable' ENGINE = INNODB, OPTIMIZE TABLE, nothing happens to the overhead.

Why does nothing happen, should I worry, and when should I worry? I’ve seen other questions that state ‘to worry when the overhead gets too large’. What is too large?

  • 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-31T12:15:54+00:00Added an answer on May 31, 2026 at 12:15 pm

    Overhead in PHPMyAdmin is calculated by ‘Data_free’ column returned by SHOW TABLE STATUS.
    It is actually explained in MySQL documentation:
    http://dev.mysql.com/doc/refman/5.1/en/show-table-status.html

    Data_free: The number of allocated but unused bytes.

    Beginning with MySQL 5.1.24, this information is also shown for InnoDB
    tables (previously, it was in the Comment value). InnoDB tables report
    the free space of the tablespace to which the table belongs. For a
    table located in the shared tablespace, this is the free space of the
    shared tablespace. If you are using multiple tablespaces and the table
    has its own tablespace, the free space is for only that table. Free
    space means the number of completely free 1MB extents minus a safety
    margin. Even if free space displays as 0, it may be possible to insert
    rows as long as new extents need not be allocated.

    However for InnoDB this is important “InnoDB tables report the free space of the tablespace to which the table belongs. For a table located in the shared tablespace, this is the free space of the shared tablespace.”. So with a typical InnoDB setup (‘innondb_file_per_table’ is not set) you will get the free space for all tables and not for a single table. That is probably why phpMyAdmin ignores/discards the information or on Optimize table nothing happens.

    You should read this post which clearly explains how to optimize a table in innodb.

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

Sidebar

Related Questions

In mysql database i have this column called: Name: Date Type: datetime I have
In MySQL database context, what is the difference among these 3 terms: stored procedure
I have one text saved in MySQL Database <p> Celebrate with these amazing<br />
When I extract data from a MySQL database, some of the output have special
Using CakePHP 1.3 I'm trying to save some data to a MySQL database. The
My MySQL database contains several tables using different storage engines (specifically myisam and innodb).
My MySQL database can store the euro symbol just fine (as I have tested
My MySQL database has date of birth stored in the format yyyy-mm-dd, how do
We have a live MySQL database that is 99% INSERTs, around 100 per second.
I was given a MySQL database file that I need to restore as a

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.