Comment on How MySQL memory table saved the dayparentComments−jcampbell112yMEMORY tables use a fixed-length row-storage format. Variable-length types such as VARCHAR are stored using a fixed length.
Comments