[jira] [Commented] (PHOENIX-1598) Encode column names to save space and improve performance

2017-03-06 Thread Samarth Jain (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15898265#comment-15898265
 ] 

Samarth Jain commented on PHOENIX-1598:
---

Done

> Encode column names to save space and improve performance 
> --
>
> Key: PHOENIX-1598
> URL: https://issues.apache.org/jira/browse/PHOENIX-1598
> Project: Phoenix
>  Issue Type: Improvement
>Reporter: noam bulvik
>Assignee: Samarth Jain
> Fix For: 4.10.0
>
> Attachments: PHOENIX-1598-4.x-HBase-0.98.patch, 
> PHOENIX-1598_master.patch
>
>
> when creating table using phoenix DDL replace the column names that the user 
> give with shorter names to save space. the user will still the full name is 
> his select statements and will get them in the result set but under the hood 
> the infra will translate the names to their sorter version.
> example:
> when creating table with my_column_1, my_column_2 ... the table will be 
> created with a as first column , b as the second one etc'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (PHOENIX-1598) Encode column names to save space and improve performance

2017-03-06 Thread James Taylor (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15898257#comment-15898257
 ] 

James Taylor commented on PHOENIX-1598:
---

Should we resolve this one and move sub tasks to new JIRA, [~samarthjain]?

> Encode column names to save space and improve performance 
> --
>
> Key: PHOENIX-1598
> URL: https://issues.apache.org/jira/browse/PHOENIX-1598
> Project: Phoenix
>  Issue Type: Improvement
>Reporter: noam bulvik
>Assignee: Samarth Jain
> Fix For: 4.10.0
>
> Attachments: PHOENIX-1598-4.x-HBase-0.98.patch, 
> PHOENIX-1598_master.patch
>
>
> when creating table using phoenix DDL replace the column names that the user 
> give with shorter names to save space. the user will still the full name is 
> his select statements and will get them in the result set but under the hood 
> the infra will translate the names to their sorter version.
> example:
> when creating table with my_column_1, my_column_2 ... the table will be 
> created with a as first column , b as the second one etc'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (PHOENIX-1598) Encode column names to save space and improve performance

2017-02-27 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885790#comment-15885790
 ] 

Hudson commented on PHOENIX-1598:
-

FAILURE: Integrated in Jenkins build Phoenix-master #1565 (See 
[https://builds.apache.org/job/Phoenix-master/1565/])
PHOENIX-1598 Addendum - fix test failures because of mistake in rebase 
(samarth: rev 81e9325588c82c614403371c99a93b03925d4383)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java


> Encode column names to save space and improve performance 
> --
>
> Key: PHOENIX-1598
> URL: https://issues.apache.org/jira/browse/PHOENIX-1598
> Project: Phoenix
>  Issue Type: Improvement
>Reporter: noam bulvik
>Assignee: Samarth Jain
> Fix For: 4.10.0
>
> Attachments: PHOENIX-1598-4.x-HBase-0.98.patch, 
> PHOENIX-1598_master.patch
>
>
> when creating table using phoenix DDL replace the column names that the user 
> give with shorter names to save space. the user will still the full name is 
> his select statements and will get them in the result set but under the hood 
> the infra will translate the names to their sorter version.
> example:
> when creating table with my_column_1, my_column_2 ... the table will be 
> created with a as first column , b as the second one etc'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (PHOENIX-1598) Encode column names to save space and improve performance

2017-02-27 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885511#comment-15885511
 ] 

Hudson commented on PHOENIX-1598:
-

FAILURE: Integrated in Jenkins build Phoenix-master #1564 (See 
[https://builds.apache.org/job/Phoenix-master/1564/])
PHOENIX-1598 Encode column names to save space and improve performance 
(samarth: rev 3c7ff99bfb958774c3e2ba5d3714ccfc46bd2367)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/JONIPattern.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/SchemaUtil.java
* (add) 
phoenix-core/src/it/java/org/apache/phoenix/tx/ParameterizedTransactionIT.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/execute/LiteralResultIteratorPlanTest.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ClientTimeArithmeticQueryIT.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/CaseStatementIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/DerivedTableIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/filter/ColumnProjectionFilter.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/expression/ProjectedColumnExpression.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/salted/SaltedTableIT.java
* (edit) phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/filter/MultiKeyValueComparisonFilter.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/execute/UnnestArrayPlanTest.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/schema/tuple/EncodedColumnQualiferCellsList.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/expression/ArrayConstructorExpression.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/ScanRegionObserver.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/CreateTableCompiler.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixTransactionalIndexer.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/DateTimeIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/TraceQueryPlan.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/filter/EncodedQualifiersColumnProjectionFilter.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/query/BaseConnectionlessQueryTest.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/ColumnRef.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/compile/SelectStatementRewriterTest.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/schema/ColumnValueEncoder.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/execute/SortMergeJoinPlan.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/schema/tuple/MultiKeyValueTuple.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/expression/visitor/CloneExpressionVisitor.java
* (add) phoenix-core/src/it/java/org/apache/phoenix/end2end/MutableQueryIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/iterate/LookAheadResultIterator.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/expression/ExpressionType.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/compile/HavingCompilerTest.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/util/PhoenixRuntimeTest.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMetaDataCacheFactory.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/DynamicColumnIT.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/RowValueConstructorIT.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/schema/tuple/PositionBasedResultTuple.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/BaseJoinIT.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/execute/CorrelatePlanTest.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/PostDDLCompiler.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryDatabaseMetaDataIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/ScanQueryIT.java
* (edit)