I am trying to understand how MyISAM physically store its records. In MyISAM Storage engine Variable-sized record there is some unused data after each record. how many bytes is reserved as unused data? is there any specific algorithm which MyISAM is using?
Edit: I have to ask another question here. when new record is inserted any free space is reseverd at the end of that record before the next record starts for future use?