[GitHub] [incubator-doris] morningman opened a new pull request #1574: Support multi partition column when creating table

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] morningman opened a new issue #1573: Support partition with multi columns

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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

[GitHub] [incubator-doris] imay opened a new pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
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