What advantages do I have using Cockroach compared to Postgres, Cassandra, Rethink or MongoDB? (I know that all of them are completely different, that's part of the question)
CockroachDB 1.0
21–30 of 366 posts
Re: CockroachDB 1.0
#22Of course a small database probably won't need a lot of the unique features, but is this aiming to replace PG/MySQL in the small/mid-size projects?
Re: CockroachDB 1.0
#23What were they thinking?
Re: CockroachDB 1.0
#24Cue the comments stating that no one will use this because the name is bad.
Re: CockroachDB 1.0
#25I really like the fact that the CockroachDB team recently did a detailed Jepsen test with Aphyr. The follow up articles from both CockroachDB and Aphyr explaining the findings are very interesting to read. For those who might be interested - https://www.cockroachlabs.com/blog/cockroachdb-beta-passes-j... https://jepsen.io/analyses/cockroachdb-beta-20160829
I was curious what "hybrid logical clocks" meant and found the linked paper a bit over my head. I found this more layman description:
http://muratbuffalo.blogspot.ca/2014/07/hybrid-logical-clock...
Apparently Google used GPS/atomic clocks to keep time synced:
>> To alleviate the problems of large ε, Google's TrueTime (TT) employs GPS/atomic clocks to achieve tight-synchronization (ε=6ms), however the cost of adding the required support infrastructure can be prohibitive and ε=6ms is still a non-negligible time.
And CockroachDB created more of a hybrid version that works on commodity hardware.
Distributed systems programming sounds endlessly challenging as you are always balancing trade-offs.
Re: CockroachDB 1.0
#26Re: CockroachDB 1.0
#27Re: CockroachDB 1.0
#28Re: CockroachDB 1.0
#29What advantages do I have using Cockroach compared to Postgres, Cassandra, Rethink or MongoDB? (I know that all of them are completely different, that's part of the question)
Re: CockroachDB 1.0
#30I'd be interested in hearing:
- the backup story
- the replication/failover story
- horizontal scaling story (is it plug and play)