[转]MySQL中5种使你的16进制的唯一标识符效率更高的方法

http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/

郁闷死了,快翻译完了,没有保存FF崩溃了。我也要崩溃了,不翻译了,把5个方法翻译一下的了。

One: watch out for character set

第一:关于字符集

Two: use fixed-length, non-nullable values

第二:使用定长的,非NULL的值

Three: Make it BINARY

第三,使用BINARY

Four: use prefix indexes

第四:使用前缀索引

Five: build hash indexes

第五:建立Hash索引

This article is posted by on , link is .

Leave a reply