Oh, what's going on here?<p>> OceanBase, the database of Alibaba's fintech company Ant Group, will be open-source soon, possibly as early as June 1, according to Sina Tech.<p><a href="https://cntechpost.com/2021/05/27/ant-groups-in-house-database-oceanbase-said-to-be-open-source-soon/" rel="nofollow">https://cntechpost.com/2021/05/27/ant-groups-in-house-databa...</a><p>Also the team published many papers about PolarDB.<p><a href="https://scholar.google.com/scholar?hl=en&as_sdt=0%2C48&q=%22polardb%22&btnG=" rel="nofollow">https://scholar.google.com/scholar?hl=en&as_sdt=0%2C48&q=%22...</a>
Looking at their code tree, this is based on 11.2 (<a href="https://www.postgresql.org/docs/11/release-11-2.html" rel="nofollow">https://www.postgresql.org/docs/11/release-11-2.html</a>):
<a href="https://github.com/alibaba/PolarDB-for-PostgreSQL/blob/master/configure.in#L20" rel="nofollow">https://github.com/alibaba/PolarDB-for-PostgreSQL/blob/maste...</a><p>So this is code from two years ago missing stability fixes from upstream up to 11.12, at short sight.
What are people/companies using currently to make their postgres database distributed these days?<p>Currently running my app + db on Heroku in the EU and would like to scale out since latency is abysmal for users in Australia and Asia.
It seems that Alibaba is going more open source than Amazon for their clouds services. That’s interesting and they may use this approach as a key differentiator.
I'd love to try this out. What I'm missing though is at least some Docker based deployment not involving building stuff from sources and reinventing distributed architecture myself.