<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Postgres on Mikhail Wall</title><link>https://mikelle.github.io/tags/postgres/</link><description>Recent content in Postgres on Mikhail Wall</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 09 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mikelle.github.io/tags/postgres/index.xml" rel="self" type="application/rss+xml"/><item><title>Distributed Consensus with Redis, PostgreSQL, and Member Nodes</title><link>https://mikelle.github.io/blog/redis-distributed-consensus/</link><pubDate>Mon, 09 Feb 2026 00:00:00 +0000</pubDate><guid>https://mikelle.github.io/blog/redis-distributed-consensus/</guid><description>Part 3 of the Custom Geth Consensus Series A single-node consensus layer (Part 2) works until the node dies. This article adds Redis-based leader election for failover, PostgreSQL for durable payload storage, and member nodes that sync blocks from the leader and execute them on their own Geth instance, making each member a full execution replica. Full source code is on GitHub.
What We&amp;rsquo;re Building ┌─────────────────────────────────────────────────────────────┐ │ Leader Node │ │ ┌──────────────┐ ┌────────────┐ ┌───────────────────┐ │ │ │ BlockBuilder │ │ PostgreSQL │ │ HTTP API (:8090) │ │ │ │ + Geth │--&amp;gt;│ payloads │&amp;lt;--│ /blocks?</description></item></channel></rss>