Actually it works exactly as you want. https://phoenix.apache.org/views.html Please also read Limitations chapter. It may be useful.
On Tue, May 10, 2016 at 8:46 PM, Swapna Swapna <[email protected]> wrote: > I have an existing hbase table with 50k columns. > > Can we create a view in phoenix by mapping to an existing hbase table > without specifying the schema of all 50k columns. > > Something like: > > Create view myview (pk varchar primary key) as select * from hbasetable > > For all columns to be available in my view without specifying schema of all > 50k columns.
