Skytable Octave is here | Skytable Blog

After our 18-month hiatus from major releases, we’re extremely happy to announce that Skytable Octave (0.8.0) is out today. We’re releasing it as a …

Still experimenting with #Distributed_database
@cockroachdb
.
By default this system can survive outage of 1 Node and Higher resilience is possible.

https://simplepgdba.blogspot.com/2023/09/testing-resilience-of-cockroachdb.html

Testing Resilience of CockroachDB - Replacing 1 node.

 TL;DR: I'm using a multi-node cluster to see what happens if I remove and add nodes. Spoiler: it is Resilient, but within limits. The Repli...

Took a careful look,
@CockroachDB
is indeed a #distributed_database: the data is replicated for #resilience, and #sharded for #scalabilty.

http://simplepgdba.blogspot.com/2023/09/checking-cockroach-distributed.html

And always more to discover...

Checking Cockroach : Distributed, Replicated, Sharded.

 TL;DR: Some simple testing of data in a table to see how it is "replicated" and "sharded". Spoiler: cockroachDB replicates from the start, ...