One thing to keep in mind is that all of the array elements are stored in a single cell. As long as the combined size of all elements is less than what HBase is happy with for a cell, you should be fine. Also, FWIW, references to a single element are optimized to only return that element on selects.
Thanks, James On Sun, Dec 18, 2016 at 9:43 AM, Nick Dimiduk <ndimi...@gmail.com> wrote: > Hi Davide, > > I'm glad Phoenix is working well for you. Can you be more specific with > your question? What kind of limitations are you concerned about? Have you > seen the ARRAY Type documentation? It outlines some limitations at the > bottom on the page. > > http://phoenix.apache.org/array_type.html > > -n > > On Sat, Dec 17, 2016 at 1:40 AM Davide Gazzè <davide.ga...@gmail.com> > wrote: > > > Hi at all, > > > > I use Apache Phoenix from some months and I appreciate this project. I > > > > would like to know if Array DataType has any limitation. > > > > Best, > > > > > > > > Davide > > > > >