Benchmarking PostgreSQL vs. CockroachDB

3 points by philippta 7 months ago | 3 comments
  • aurareturn 7 months ago
    Does this mean that PostgresSQL is faster when it's a single instance?
    • philippta 7 months ago
      Yes, and there is also a notable difference to CockroachDB running as a single instance.
      • aurareturn 7 months ago
        So essentially, if you're running 1 instance, pg is faster. If you have big horizontal needs, CockroachDB would be faster?