xinghuayu007
dd36ccc3bf
[feature](storage-format) Z-Order Implement (#7149)
Support sort data by Z-Order:
```
CREATE TABLE table2 (
siteid int(11) NULL DEFAULT "10" COMMENT "",
citycode int(11) NULL COMMENT "",
username varchar(32) NULL DEFAULT "" COMMENT "",
pv bigint(20) NULL DEFAULT "0" COMMENT ""
) ENGINE=OLAP
DUPLICATE KEY(siteid, citycode)
COMMENT "OLAP"
DISTRIBUTED BY HASH(siteid) BUCKETS 1
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
"data_sort.sort_type" = "ZORDER",
"data_sort.col_num" = "2",
"in_memory" = "false",
"storage_format" = "V2"
);
```
2021-12-02 11:39:51 +08:00
..
2019-07-15 21:18:22 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2019-07-26 09:47:11 +08:00
2021-12-02 11:39:51 +08:00
2020-09-04 10:10:17 +08:00
2020-06-22 19:57:58 +08:00
2019-07-15 21:18:22 +08:00
2020-01-07 21:46:02 +08:00
2019-07-15 21:18:22 +08:00