Tagged articles
2 articles
Page 1 of 1
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 6, 2023 · Backend Development

Comparison of Consistency Read Implementations in Consul and etcd

This article compares the consistency read mechanisms of the distributed key‑value stores Consul and etcd, detailing Consul’s three read modes and leader‑forwarding logic, and explaining etcd’s serialize and linearizable reads, including the internal notification and index‑checking processes.

Consistency ReadConsulDistributed KV
0 likes · 6 min read
Comparison of Consistency Read Implementations in Consul and etcd
ITPUB
ITPUB
Feb 10, 2017 · Databases

Why an Uncommitted INSERT Can Turn a Simple Oracle SELECT Into a Minutes‑Long Query

A developer encountered a painfully slow SELECT on an Oracle test server, discovered that an uncommitted INSERT left 852 data blocks allocated, causing massive redo size and logical reads, and learned how committing the transaction instantly restores normal query performance.

Consistency ReadOracleUncommitted Transaction
0 likes · 10 min read
Why an Uncommitted INSERT Can Turn a Simple Oracle SELECT Into a Minutes‑Long Query