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;
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25052
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526