From: David Johnson Date: March 23 1999 12:06am Subject: MEDIUMBLOBs vs. LONGBLOBs List-Archive: http://lists.mysql.com/mysql/813 Message-Id: <000501be74c0$f4cf4600$0580000a@wendy.avantgo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi! My project has a bunch of tables with MEDIUMBLOB columns. There is a very, very tiny possibility that we will eventually exceed the MEDIUMBLOB size in the distant future, so my bosses are suggesting we just go with LONGBLOBS everywhere. Is there any extra performance cost to this besides the extra bite for the size? Thanks! DJ