CockroachDB

Getting Started Cockroach with Scala: An Introduction

Reading Time: 2 minutes Today we are going to discuss that how can we use the Scala with the Cockroach DB? As we all know that Cockroach DB is a distributed SQL database built on top of a transactional and consistent key-value store and now we are going to use it with the Scala. But before starting the journey, To those who have caught the train late,😉 this is Continue Reading

What makes CockroachDB Unique !!

Reading Time: 3 minutes In my blog today, I will be comparing CockroachDB with the existing databases like MySQL, Oracle, Cassandra, HBase and so on.. Let’s have a look at what makes CockroachDB different from other databases. Referring the following table we can compare different databases against each other depending on their features. As we can see, most of the features are present in CockroachDB, but the main concern Continue Reading

CockroachDB: Beginner’s Guide to Setup a Secure Cluster

Reading Time: 7 minutes This blog talks about CockroachDB, which is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data. In this blog, we will go through the following: Installing CockroachDB Setting up Continue Reading

An Introduction to CockroachDB !!!

Reading Time: 3 minutes Hello Folks, Today we are going to discuss about the Resilient SQL Database. As we know database is a main part for any organization or business.  We say that we have many databases in the present, developers are left with a small range of options: Traditional RDBMS: Traditional Database is known for the Transaction, Consistency and indexes, but are not scalable and fault-tolerant. As you Continue Reading