morningman opened a new pull request #1574: Support multi partition column
when creating table
URL: https://github.com/apache/incubator-doris/pull/1574
When creating table with OLAP engine, use can specify multi parition columns.
eg:
PARTITION BY RANGE(`date`, `id`)
(
P
morningman opened a new issue #1573: Support partition with multi columns
URL: https://github.com/apache/incubator-doris/issues/1573
Support multi partition column when creating table
When creating table with OLAP engine, use can specify multi parition columns.
eg:
PARTITION
gaodayue commented on a change in pull request #1572: Add new format short key
index
URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309683536
##
File path: be/src/olap/short_key_index.h
##
@@ -0,0 +1,197 @@
+// Licensed to the Apache Software Foundati
gaodayue commented on a change in pull request #1572: Add new format short key
index
URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309682706
##
File path: be/src/olap/key_coder.h
##
@@ -0,0 +1,221 @@
+// Licensed to the Apache Software Foundation (AS
gaodayue commented on a change in pull request #1572: Add new format short key
index
URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309671954
##
File path: be/test/olap/key_coder_test.cpp
##
@@ -0,0 +1,287 @@
+// Licensed to the Apache Software Founda
gaodayue commented on a change in pull request #1572: Add new format short key
index
URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309667102
##
File path: gensrc/proto/segment_v2.proto
##
@@ -117,3 +117,21 @@ message FileFooterPB {
repeated Meta
gaodayue commented on a change in pull request #1572: Add new format short key
index
URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309663697
##
File path: be/src/olap/short_key_index.cpp
##
@@ -0,0 +1,116 @@
+// Licensed to the Apache Software Founda
gaodayue commented on a change in pull request #1572: Add new format short key
index
URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309671287
##
File path: be/test/olap/key_coder_test.cpp
##
@@ -0,0 +1,287 @@
+// Licensed to the Apache Software Founda
gaodayue commented on a change in pull request #1572: Add new format short key
index
URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309664107
##
File path: be/src/olap/short_key_index.h
##
@@ -0,0 +1,197 @@
+// Licensed to the Apache Software Foundati
imay opened a new pull request #1572: Add new format short key index
URL: https://github.com/apache/incubator-doris/pull/1572
In this patch, we create a new format for short key index. In orgin code
index is stored in format like RowCusor which is not effecient to
compare. Now we encod
10 matches
Mail list logo