Tag: ACID transactions
Quer levar seu banco de dados para o próximo nível? (Portuguese)
[See English version of this post] Saiba por que dezenas de milhares de organizações adotaram bancos de dados NoSQL como #Couchbase para melhorar a resiliência, o desempenho e a estabilidade, ao mesmo tempo em que reduzem o risco e a...
What is a Transactional Database?
Transactional databases store data in rows rather than columns to read and write data quickly. A transactional database maintains data integrity by relying on ACID (atomicity, consistency, isolation, durability) properties. ACID ensures that a database is restored to its original...
Data Consistency Models & Performance: Couchbase vs. CockroachDB
Design decisions influenced by CAP Theorem The CAP theorem states that a database cannot simultaneously provide all three of the following guarantees: Consistency (the latest information is always available everywhere) Availability (every read and write request receives a response) Partitioning...
Updating Sensor Data: Exploring Couchbase’s Multi-Model Options
Couchbase has become a popular choice for IoT use cases, thanks to its flexible multi-model data management capabilities. Recently, I was working with a customer in the cruise industry that had a unique challenge – they needed Couchbase to receive...
Why Choose a NoSQL Database? There Are Many Great Reasons
NoSQL, short for “Not only SQL,” is a term used for database systems that store information in a variety of formats to support requirements that traditional relational (or SQL) databases have difficulties addressing. Legacy relational systems were designed to minimize...
Couchbase Transaction Support in Spring Data Couchbase
Transaction support has been recently added to the Couchbase SDKs. Starting in Spring Data Couchbase 5.0.0-M5, support for transactions has been added to Spring Data Couchbase. In this blog, we will describe using the Spring Data @Transactional annotation to leverage...
From N1QL to JavaScript and Back – Part 6: Advanced Topics
In previous blogs, we covered executing N1QL (SQL++) from JavaScript functions, processing documents through iterators, manipulating data, handling errors, and using prepared statements. We have a few more advanced topics to cover before we move onto manipulating JavaScript libraries, such as calling other...
Couchbase vs. MongoDB: NoSQL Misconceptions Part 3
Misconceptions about NoSQL have been around as long as NoSQL itself. It’s always good to get different perspectives, and so this blog series continues. I’ll be discussing NoSQL misconceptions, specifically when it comes to two of the top document database...
It’s Time to Play! Try Couchbase Capella on our Playground
Who said work can’t be fun? At Couchbase, we want every part of working with our database platform to be as easy as possible, including learning and getting started. With that in mind, we designed the Couchbase Playground to be...
Top Blogs of 2021 – Part 2
And now for Part 2 in our series, here are the top 5 blog posts published in 2021: 5. How we implemented distributed multi-document ACID transactions in Couchbase, by Denis Rosa In this blog post, we gave you an overview...