我希望让主键使用hash索引

解决方案 »

  1.   

    create table t_netxuning(              
     id int,                               
     col int,                              
     CONSTRAINT PRIMARY KEY USING HASH (id)
    );                                     不过,注决 MEMORY/HEAP NDB 存储引擎支持HASH索引。