GBase 8c
运维管理
文章

GBase 8c一级 hash 分区

发表于2026-03-21 09:52:1417次浏览4个评论

一级 hash 分区
drop table if exists mea_hash cascade;
create table mea_hash ( city_id int,logdate timestamp,id int )  partition by hash(id) ( partition p1 , partition p2 );

评论

登录后才可以发表评论
用户头像
山佳发表于 4个月前
学习了
用户头像
GBase用户28017发表于 4个月前
优秀。
用户头像
柒柒天晴发表于 4个月前
学习了
GBase用户47954发表于 3个月前
感谢作者的精彩分享!