📅  最后修改于: 2022-03-11 15:05:21.851000             🧑  作者: Mango
create index your_index_name on your_table_name(your_column_name) using HASH;
or
create index your_index_name on your_table_name(your_column_name) using BTREE;