Hey all,
We previously had a setup with Phoenix views over an HBase table. However, now
we want to take advantage of Multi-tenancy so we are planning to map a
multi-tenant Phoenix table to the HBase table, and then put the views on top of
the Phoenix table.
The question that has been raised is if this will affect our ability to write
to the underlying HBase table? Currently we write to it using the Java HBase
client, ad we would like to keep it that way. Would this be a problem if a
phoenix table is put on top of it?
Thanks,Jeff