Evolution of Phoenix into a Document DB

2024-11-11 Thread Viraj Jasani
Hi, We recently published a blog post on how we transformed Apache Phoenix into a Document Database while retaining the power of SQL. The data type support we introduced in Phoenix could also be done in HBase. However, for all the features that Phoenix complements HBase with (e.g. global consiste

Re: Evolution of Phoenix into a Document DB

2024-11-11 Thread Istvan Toth
Thank you Viraj! On Tue, Nov 12, 2024 at 7:40 AM Viraj Jasani wrote: > Hi, > > We recently published a blog post on how we transformed Apache Phoenix into > a Document Database while retaining the power of SQL. The data type support > we introduced in Phoenix could also be done in HBase. > > Ho