Tag: distributed databases

Guide to Cloud Data Replication

Guide to Cloud Data Replication

Traditional data replication required managing a lot of moving parts in your application. Modern data replication takes it to the cloud, where backend systems do most of the heavy lifting. But cloud data replication is more than just synchronizing data...

January 26, 2023
Support for Concurrent Index Creation in Indexing Service

Support for Concurrent Index Creation in Indexing Service

Modern applications are implemented as a set of a large number of microservices. Each such microservice may run independently of many other microservices. Such applications expect underlying databases to support multi-tenancy. Couchbase Server 7.0 has introduced Scopes and Collections to...

December 14, 2021
Distributed Databases: An Overview

Distributed Databases: An Overview

Distributed Databases apply the principles of distributed computing to storing data. The simplest example is a database which stores data on two (or more) servers connected by a network. This “cluster” can be accessed and managed as if it was...

March 29, 2021