Gyuhang Shimplto001.hashnode.dev·Oct 28, 2024NewSQL in Data Engineering (Korean)Introduction 전통적인 RDBMS 의 특성을 유지하면서도 NoSQL 시스템이 제공하는 확장성과 성능을 제공하기 위한 새로운 유형의 Database 기술입니다. 전통적인 RDBMS 는 ACID (Atomicity, Consistency, Isolation, Durability) 특성을 잘 지원하고, 데이터 Consistency 와 Transaction 을 보장하지만, Horizontal Scaling (즉, 여러 서버로 쉽게 확장하는...DiscussACID Transaction
Awais Ahmadblog.itsahmadawais.com·Sep 7, 2024Scalable Data Storage: Which Database is Right for You?In today’s data-driven world, selecting the right database is crucial for the success of data-centric applications. With the explosion of data and the increasing need for scalable solutions, it’s more important than ever to make an informed choice. T...DiscussDatabases
David Willifordblog.davidwilliford.dev·Apr 25, 2024Why CockroachDB IDs are Inconsistent in Web ApplicationsAre you using CockroachDB for a full stack application? Is your frontend a web application? Have you noticed that sometimes when you receive the IDs from the database, that they are different than their actual stored value? I noticed this when using ...Discusscockroachdb
Kyle Leonardblacknerd.dev·Jan 3, 2024Personal Finance Tracker Project and 2024 PlansProject Planning Hey folks, after a bunch of quick trials with a bunch of different stacks, I finally settled on what I'm going to focus on with this project. The projection of a project of this size is about 6 months but knowing how I work and what ...Discuss·2 likes·655 readsSvelte
Kai Niemiblog.cloudneutral.se·Jun 30, 2023User defined composite typesIn a previous article, we look at creating a simple distributed user-defined function (UDF) in CockroachDB. In this article, we'll revisit UDFs in the form of user-defined composite types, introduced in CockroachDB v23.1. Introduction A composite typ...Discuss·30 readsSQL
Kai Niemiblog.cloudneutral.se·Jun 30, 2023Transaction timeouts in CockroachDBIn a previous article series on Spring Data JPA and CockroachDB, we look into different methods to avoid lengthy transaction execution times. Until recently, however, there's not been any way to specify the transaction execution timeout in CockroachD...Discuss·116 readsTransaction Management for CockroachDBcockroachdb
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Jun 13, 2023How to Build a Server with Hanami and CockroachDB | RubyIn this article, we are going to create a CRUD application using Hanami and using Cockroach DB as a database. We will explore how to create controllers and routes to perform CRUD operations in Hanami and how to test the response of the endpoints usin...Discuss·53 readshanami
Mohit Chandrachandrmt.hashnode.dev·May 21, 2023Introducing the Transactional Outbox Pattern: Empowering Resilient Event-Driven SystemsIn the fast-paced world of e-commerce, where every second counts, providing timely notifications to customers is paramount. Take, for instance, the scenario of an order being placed on a platform like Flipkart. The challenge lies in designing a syste...Discuss·49 readsDBMS
Michael Goddardgoddard.hashnode.dev·May 18, 2023Good Enough Text SearchWith the release on Tuesday (May 16, 2023) of version 23.1 of CockroachDB, we all get an unanticipated treat: PostgreSQL-compatible full-text indexing and search! As usual, the CockroachDB docs do a fine job of describing this; they are here: https:/...Discuss·212 readscockroachdb
Kai Niemiblog.cloudneutral.se·Apr 30, 2023One-Phase Commit Transaction StrategyIntroduction A commonly adopted transaction strategy can be described as the best-efforts one-phase-commit (1PC) pattern. It's different from a global XA/2PC protocol where an external transaction manager ensures that all transaction properties are m...Discuss·359 readsTransaction Management for CockroachDBcockroachdb