Re: Phoenix on HBase - Adding data to HBase reflects on Phoenix table?

2016-05-11 Thread James Taylor
Hello Emanuele, Take a look at these FAQs and hopefully they answer your questions. You can create a VIEW instead of a TABLE and there's no need to add the empty key value (though you cannot use Phoenix APIs to change the table, only read from it):

Phoenix on HBase - Adding data to HBase reflects on Phoenix table?

2016-05-11 Thread Emanuele Fumeo
Hi all, firstly I am a new HBase user and I would like to say hello to everyone and to say thanks in advance to anyone that contributes to this mailing list. Next, my question. In case I create a Phoenix table over an existing HBase table, I know that for each row Phoenix adds a new column