What more db’s are based on Postgres?
Greenplum Hadapt Netezza PipelineDb Postgres-XL Redshift AgensGraph TimescaleDB Fujitsu Enterprise Postgres PolarDB CrunchyBridge
PolarDB, yet another open source database system based on PostgreSQL
71–80 of 103 posts
Re: PolarDB, yet another open source database system based on PostgreSQL
#72What are people/companies using currently to make their postgres database distributed these days? 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.
fly.io[1] supports Postgres clusters with read replicas in different cities[2] It looks like AWS's Aurora Postgres doesn't support cross-region read replicas, but apparently their Aurora "Global Database" offering does[3] - [1] https://fly.io - [2] https://fly.io/docs/reference/postgres/#scaling-horizontally... - [3] https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide...
Re: PolarDB, yet another open source database system based on PostgreSQL
#73Earlier quoted context omitted.
Are there any stability fixes you have in mind? In my recollection, there is not much instability in PG releases.
IMHO: with the latest fix -> more stable search for "crash": https://www.postgresql.org/docs/release/11.3/ ( 11x ) https://www.postgresql.org/docs/release/11.4/ ( 4x ) https://www.postgresql.org/docs/release/11.5/ ( 1x ) https://www.postgresql.org/docs/release/11.6/ ( 3x ) https://www.postgresql.org/docs/release/11.7/ ( 14x ) https://www.postgresql.org/docs/release/11.8/ ( 5x ) https://www.postgresql.org/docs/release…
But I agree it's not a very good look to code-drop something on a .2 release when there's been 2,5 years of fixes.
Re: PolarDB, yet another open source database system based on PostgreSQL
#74No commit history? It would have been interesting to follow the development work to see what changes they've made compared to PostgreSQL.
Re: PolarDB, yet another open source database system based on PostgreSQL
#75Oh, what's going on here? > 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. https://cntechpost.com/2021/05/27/ant-groups-in-house-databa... Also the team published many papers about PolarDB. https://scholar.google.com/scholar?hl=en&as_sdt=0%2C48&q=%22...
Re: PolarDB, yet another open source database system based on PostgreSQL
#76Earlier quoted context omitted.
Greenplum, Postgres-XL and PipelineDB.
I'm still really upset that confluence bought and ruined pipeline db. It solved my problem perfectly and I haven't seen one yet that fits what I needed as well.
Re: PolarDB, yet another open source database system based on PostgreSQL
#77What more db’s are based on Postgres?
Re: PolarDB, yet another open source database system based on PostgreSQL
#78Re: PolarDB, yet another open source database system based on PostgreSQL
#79Re: PolarDB, yet another open source database system based on PostgreSQL
#80Why wouldn’t I use cockroachDB?