From: James Moore Date: December 20 2004 9:38pm Subject: RE: VACHAR and performance List-Archive: http://lists.mysql.com/dotnet/325 Message-Id: <200412202137.iBKLboI28810@server2.chocolatelust.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit AFAIK, the question is whether or not you have any VARCHAR rows in a table. If you do, you're going to take a performance hit. I've heard about 25% slower, but that was back in 3.X, and was specific to MyISAM tables. Once you have one, you might as well have several. (Or, to put it another way, you should eliminate all VARCHAR columns, depending on your size/speed tradeoffs.) - James