[ 
https://issues.apache.org/jira/browse/PHOENIX-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabriel Reid resolved PHOENIX-256.
----------------------------------

    Resolution: Fixed

Bulk resolve of closed issues imported from GitHub. This status was reached by 
first re-opening all closed imported issues and then resolving them in bulk.

> Allow Select of entire Families Key/values
> ------------------------------------------
>
>                 Key: PHOENIX-256
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-256
>             Project: Phoenix
>          Issue Type: Task
>            Reporter: maillard
>              Labels: enhancement
>
> One of the key strength of Hbase is to not be to strict on the schema. You 
> can create logical buckets of data aka columFamilies and store what you want 
> in it as time goes by.
> It would be a greate feature to be able to query on one or more Families 
> without specifiying explicitely the qualifier, for  select 
> FAMILY_A.*,FAMILY_B.* from my_table
> Added bonus would to be able to filter on qualifier or value with either a 
> regexp or standard "like",">","<" ,[position] filters. This kind of looks 
> like the map or array functionnality from Hive.
> This of course has a number of issues:
>     - Size limit these families could have thousands of entries. 
>     - Type: without prior notion of data type (BIGINT..)  how to work out the 
> where clauses.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to