Categoria: Transações
-

Por que o Couchbase é Importante no iGaming
A indústria de iGaming é um ambiente altamente competitivo, exigindo um backend de alto desempenho e escalável para reter jogadores e garantir uma jogabilidade fluida. Qualquer tipo de aposta online no resultado futuro de um jogo ou...
-

Entendendo como funcionam as transações em replicações entre múltiplos data centers (XDCR)
Couchbase offers an impressive array of powerful tools and features within its platform services. Notably, Cross Data Centre Replication ensures seamless data replication across various geographies, while ACID transactions robustly support transaction workloads, enhancing…
-

Modelos de Consistência de Dados e Desempenho: Couchbase vs. CockroachDB
Decisões de design influenciadas pelo Teorema CAP O teorema CAP afirma que um banco de dados não pode fornecer simultaneamente todas as três garantias a seguir: No teorema CAP para bancos de dados, a maioria dos bancos de dados precisa persistir a…
-

Using libcouchbase / C SDK to run transactions with Couchbase 7.0
Couchbase Server 7.0 now supports N1QL transactions. Let’s try writing a C program that performs a set of transactions on a single node. Step 1: We first decide how to call the program. The…
-

SQL and NoSQL comparison: ASP.NET application
This SQL and NoSQL comparison is the next step after converting your SQL Server database to Couchbase. In the previous post, I copied AdventureWorks from SQL Server to Couchbase. In this post, I’m going…
-

Como Implementamos Transações ACID Distribuídas de Vários Documentos no Couchbase
ACID Transactions are a must when you have strict data consistency requirements in your application. The costs of running transactions on distributed systems can rapidly create bottlenecks at scale. In this article, we will…
-

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…
-
![Intro to Couchbase Transactions Java API [Video]](https://www.couchbase.com/blog/wp-content/uploads/sites/5/2026/05/cb_txns_blog-1024x538.png)
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…