Docs: Add TIDB to Comparison page in CockroachDB Docs

Created on 15 May 2017  路  7Comments  路  Source: cockroachdb/docs

PingCAP's TIDB is not listed on your CockroachDB in Comparison page.

There's definitely some demand (hn, hn, reddit) for a comparison between the two.

They seem to be the only major competitor that's doing exactly what you're trying to do (correct me if I'm wrong here).

If CDB has more features and has TiDB beat, awesome, I'd love to see how far ahead CDB is!

T-enhancement

Most helpful comment

Same use case. Drop in replacement for a standard DB. :hugs:

All 7 comments

Thanks for the suggestion, @pirate.

cc: @dianasaur323, @nstewart

Thanks for the suggestion @pirate. To build the comparison matrix, we chose a handful of representative databases from different categories. We鈥檒l keep an eye on TiDB, but for now we鈥檒l leave Spanner as our NewSQL point of comparison. If you鈥檙e looking for a more robust comparison of production-ready databases, I recommend looking at dbengine.com.

+1

+1

Cockroach is exactly the same as TiDB, just for Postgres.
This is why people are interested in a comparison.
It is comparing apples with apples.

"exactly the same" except the design is fundamentally different :)
TiDB has a central component that all transactions need to contact, which prevents geographically-distributed clusters. CRDB supports geo-distributed clusters.
Also, TiDB provides snapshot isolation for transactions whereas CRDB transactions are serializable.

Same use case. Drop in replacement for a standard DB. :hugs:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

awoods187 picture awoods187  路  7Comments

wub picture wub  路  4Comments

dankellycockroach picture dankellycockroach  路  3Comments

rolandcrosby picture rolandcrosby  路  3Comments

jseldess picture jseldess  路  5Comments