Category: Transactions

SQL and NoSQL comparison: ASP.NET application
SQL and NoSQL comparison: ASP.NET application

This SQL and NoSQL comparison shows the application code and queries for both SQL Server and Couchbase, including paging, SQL, load testing.

How we implemented Distributed Multi-document ACID Transactions in Couchbase
How we implemented Distributed Multi-document ACID Transactions in Couchbase

When you have strict data consistency requirements in your application there will be challenges faced by NoSQL and NewSQL databases with ACID Transactions.

Use cases and Best Practices for Distributed Transactions through N1QL
Use cases and Best Practices for Distributed Transactions through N1QL

Typical use cases and Best Practices for using the newly introduced distributed transactions through N1QL in Couhbase!What to do and what to avoid doing!?

N1QL Transactions : Elastic, Scalable, and Distributed
N1QL Transactions : Elastic, Scalable, and Distributed

N1QL transactions are multi-document, multi-bucket, multi-scope, multi collection, and multi-DML-statement. Read on to learn more!

Announcing Spring Data Couchbase 4.0
Announcing Spring Data Couchbase 4.0

Spring Data Couchbase 4.0 a completely new perspective

Announcing Couchbase Server 6.5 GA – What’s New and Improved
Announcing Couchbase Server 6.5 GA – What’s New and Improved

We are pleased to announce the release of Couchbase Server 6.5 beta with stellar features that lead the innovation in the NoSQL database market.

Couchbase Supports Multi-Document ACID Transactions
Couchbase Supports Multi-Document ACID Transactions

Let’s look at how we address ACID guarantees in Couchbase – a distributed database that’s built on a shared-nothing architecture.

Introduction To Jepsen Testing At Couchbase
Introduction To Jepsen Testing At Couchbase

Intro As most of you know, Couchbase is a database that provides users with a range of consistency and fault tolerance options to ensure that the state of their data meet certain criteria or guarantees. Users can specify varying levels...

Understanding Distributed Multi-Document ACID Transactions
Understanding Distributed Multi-Document ACID Transactions

Couchbase transactions are an innovative union of ACID guarantees with scale, high-availability, performance and flexibility.

Intro to Couchbase Transactions Java API [Video]
Intro to Couchbase Transactions Java API [Video]

Today I’m very excited to announce the release of a project we’ve been beavering away on behind the scenes for some time now: Couchbase Distributed ACID Transactions! This video is a quick guide for you, the busy Java developer, on...

ACID Properties of Couchbase: Part 1
ACID Properties of Couchbase: Part 1

Today's distributed applications do not always expect or need all of the ACID properties from their database. Dig deeper into the ACID properties of NoSQL.