Franck Pachot

@franckpachot.bsky.social

Developer Advocate at Microsoft (PostgreSQL on Azure), developer-focused expertise in databases, like 🐘 PostgreSQL, 🚀 YugabyteDB, 🍃 MongoDB, 🅾️ Oracle (Certified Master), and 🔶 AWS Data Hero

🛢️ A searchable index of all the blog posts I've published over the past 12 years: franckpachot.github.io/pages/ It's not a live feed. I update it occasionally, so follow me on social media if you'd like notifications whenever I publish something new. 🔔

Database Blog Posts by Franck Pachot

Explore 1,200+ database blog posts about PostgreSQL, Oracle Database, MongoDB, YugabyteDB, SQL, NoSQL, performance, and distributed systems.

franckpachot.github.io

I've explored how to build a complete retrieval workflow in HorizonDB, combining BM25, ANN vector search, AI pipelines, and AI Functions to generate, extract, index, retrieve, and rank information. The full walkthrough on the Microsoft for PostgreSQL blog: techcommunity.microsoft.com/blog/ADforPo...

AI-Powered Retrieval in PostgreSQL with Azure HorizonDB | Microsoft Community Hub

Developers need flexible, efficient item searches by description. Using a Wikipedia movie dataset, I started with full-text search, then created embeddings...

techcommunity.microsoft.com

What if PostgreSQL could give you local NVMe performance like “metal” and resilient, elastic cloud‑native storage like “disaggregated” at the same time? I ran an experiment in which a seq scan shows how HorizonDB layers RAM, SSD cache, and remote storage: dev.to/franckpachot...

HorizonDB cache hierarchy: RAM, NVMe SSD, and multi-AZ storage behind PostgreSQL

HorizonDB extends PostgreSQL with disaggregated storage, making it appear to developers like...

dev.to