Remove read
article thumbnail

Improve Application Latency With Read Replicas Using YugabyteDB [Video]

DZone

In this post, we'll discuss how you can use YugabyteDB and its read replica nodes to improve the read latency for users across the globe. Scalability and low latency are crucial for any application that relies on real-time data. One way to achieve this is by storing data closer to the users.

Latency 246
article thumbnail

What I've been reading since re:Invent

All Things Distributed

After a busy conference season, I've taken some time to catch up on reading and make a dent in the pile of books on my nightstand. Here's what I've started, finished, and picked up since re:Invent.

131
131
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Geek Reading - Week of June 5, 2013

DZone

I have talked about human filters and my plan for digital curation. These items are the fruits of those ideas, the items I deemed worthy from my Google Reader feeds. These items are a combination of tech business news, development news and programming tools and techniques.

Java 244
article thumbnail

Reducing Network Latency and Improving Read Performance With CockroachDB and PolyScale.ai

DZone

Motivation CockroachDB makes multi-region simple. When CockroachDB spans geographically, we often need to add a minimum of two more regions for a multi-region cluster. This unique capability has many strengths but it comes at a cost.

Latency 242
article thumbnail

How to Read Simplified SHOW REPLICA STATUS Output

Percona

The key binlog coordinates Before we delve into the output, let’s understand the key binlog coordinates we’ll be working with: Master_Log_File : This is the name of the primary binary log file that the I/O thread is currently reading from.

article thumbnail

The Read Aloud Cloud: An Interview With Forrest Brazeal On His New Book

High Scalability

The Read Aloud Cloud. One of the many five-star reviews: The Read Aloud Cloud is a delightful book. I read it to my kids (8 & 6), and they love it. Here's my email interview with Forrest Brazeal on The Read Aloud Cloud: An Innocent's Guide to the Tech Inside. Yes, it's a cartoon book about the cloud!

article thumbnail

Dirty Reads and the Read Uncommitted Isolation Level

SQL Shack

In this article, we will discuss the Dirty Read concurrency issue and also learn the details of the Read Uncommitted Isolation Level. A transaction is the smallest working unit that performs the CRUD (Create, Read, Update, and Delete) actions in the relational database systems.