GBase 8a
运维管理
文章

hash索引管理

发表于2025-06-25 14:59:0026次浏览2个评论

drop table if exists t;
create table t (a int);
create index idx_t_a on t(a)  using hash global;
drop index idx_t_a on t;

create index idx_t_a on t(a) key_dc_size = 2  using hash global;
drop index idx_t_a on t;

评论

登录后才可以发表评论
崔哥发表于 8个月前
白日不到处,青春恰自来。苔花如米小,也学牡丹开。
崔哥发表于 7个月前
清风无力屠得热,落日着翅飞上山。人固已惧江海竭,天岂不惜河汉干?昆仑之高有积雪,蓬莱之远常遗寒。不能手提天下往,何忍身去游其间?