打赏

数据库中几种排序比较

order by 全局排序

sort by  区内排序 结合多个分区使用

distribute by 分区排序  默认分区规则 Hash

cluster by 当distribute by和sorts by字段相同时,可以使用cluster by方式。

posted @ 2022-02-27 15:30  不像话  阅读(85)  评论(0编辑  收藏  举报