The answer depends on your queries, but you can try "key-flattening" as described under the DOCUMENT section here:
https://blogs.apache.org/hbase/entry/hbase-application-archetypes-redux https://blogs.apache.org/hbase/entry/hbase-application-archetypes-redux2-part Other archetypes such as ENTITY may also be applicable. You may also want to look at Apache Phoenix. On Fri, Aug 31, 2018 at 8:17 AM, som ghos <[email protected]> wrote: > Hi Team, > > Need help below data modelling in HBase. > > We have nested structure trying to model in HBASE. > > The problem I am facing is HBase support one level nested entity and my > data has multiple inner level nested entity. Need guidance how to model in > HBASE > > > We have below data in hive table and storage format is parquet. Need to > model to hbase for query performance improvment > > Below is the sample data > > *********************** > > PIN BigInteger > > TrendedData > Trended: <Array<Struct<colname:value,colname:value>,email > address:array<struct<colname:value,colname:value>,camp: > array<struct<colname:value,colname:value>>>> > > Thanks and Regards, > Somnath > > > > > > > > Thanks and Regards, > Somnath >
