You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by Cheyenne Forbes <ch...@gmail.com> on 2017/06/12 01:07:33 UTC

Which would be more efficient based Hbase/Phoenix design?

Which of these three would be more efficient based Phoenix's design?
4 = ARRAY_ELEM(ARRAY[1,2,3,4,5,6], 4)'4' = SUBSTR('123456', 0, 4)'4' = LIKE
'123%'


Regards,
Cheyenne