From: syed shahanavaz Date: February 10 2013 2:11pm Subject: VARCHAR column with Unique Index storage requirement in NDB engine List-Archive: http://lists.mysql.com/cluster/8483 Message-Id: <002501ce0798$957a3280$c06e9780$@fbd.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0026_01CE07B1.BAC9B470" ------=_NextPart_000_0026_01CE07B1.BAC9B470 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear All, In MySQL Cluster (ndb engine) disk based table, if a column is varchar(255) with UNIQUE INDEX defined then, - For Latin(default) char set, does varchar column takes fixed size? - For UTF-8 (3 char wide), Does column takes Fixed length[255*3+length] or variable chars taken care i.e., [Actual length of data*3 + length] I would really appreciate if someone can help me understand the behavior. Thanks&Regards, SYED ------=_NextPart_000_0026_01CE07B1.BAC9B470--