Optimisation on join in case of all the data to be joined present in the same machine (region server)

2018-04-16 Thread Rabin Banerjee
HI all, I am new to phoenix, I wanted to know if I have to join 5 huge tables where all are keyed based on the same id (i.e. one id columns is common between all of them), is there any optimization to add to make this join faster , as all the data for a particular key for all 5 tables will reside

Re: Optimisation on join in case of all the data to be joined present in the same machine (region server)

2018-04-16 Thread Rabin Banerjee
ing special in Kafka streams. You can just submit 5 UPSERTS (one for > each stream), and the Phoenix table will eventually have the aggregated row > when you are finished. > > On 4/16/18 1:30 PM, Rabin Banerjee wrote: > >> Actually I haven't finalised anything just look