←back to thread

131 points pgedge_postgres | 1 comments | | HN request time: 0.209s | source
Show context
foreigner ◴[] No.45536174[source]
What are the pros and cons of this compared to CockroachDB?
replies(3): >>45536200 #>>45536648 #>>45538518 #
snthpy ◴[] No.45536200[source]
Not the OP nor knowledgeable in this area but I would suspect / hope postgres compatibility as a start. The last time I looked into whether I could use cockroachdb as a backend for my Airflow cluster, it wasn't possible due to compatibility issues.
replies(1): >>45536869 #
1. pgedge_postgres ◴[] No.45536869[source]
You're actually 100% correct! CockroachDB is only 57.25% compatible with standard PostgreSQL (according to https://pgscorecard.com, which details the way it comes up with these numbers) whereas we are 100% compatible (and 100% open-source, whereas they are source-available).