You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "chenglei (JIRA)" <ji...@apache.org> on 2018/07/24 08:43:00 UTC

[jira] [Created] (PHOENIX-4820) Optimize OrderBy for ClientAggregatePlan

chenglei created PHOENIX-4820:
---------------------------------

             Summary: Optimize OrderBy for ClientAggregatePlan
                 Key: PHOENIX-4820
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4820
             Project: Phoenix
          Issue Type: Improvement
    Affects Versions: 4.14.0
            Reporter: chenglei


Given a table
{code}
  create table " + tableName1 + "( "+
                     " pk1 varchar not null , " +
                     " pk2 varchar not null, " +
                     " pk3 varchar not null," +
                     " v1 varchar, " +
                     " v2 varchar, " +
                     " CONSTRAINT TEST_PK PRIMARY KEY ( "+
                        "pk1,"+
                        "pk2,"+
                        "pk3 ))";
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)