Trending
Miguel Ángel Pastor Olivar 's Avatar

Miguel Ángel Pastor Olivar

@migue

Proud dad and husband

151
Followers
126
Following
768
Posts
25.08.2023
Joined
Posts Following

Latest posts by Miguel Ángel Pastor Olivar @migue

Preview
Fitting a Query Engine in Three Cache Lines Why the bytecode that powers your analytical queries is smaller than a tweet, and why that matters more than you think.

Fitting a Query Engine in Three Cache Lines

14.03.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
Closing the verification loop, Part 2: Fully autonomous optimization | Datadog Learn how Datadog achieves fully autonomous, verified code optimization in production using LLM-driven evolution, formal verification, and live traffic validation.

Closing the verification loop, Part 2: Fully autonomous optimization

12.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Closing the verification loop: Observability-driven harnesses for building with agents | Datadog Learn how Datadog verifies AI-generated systems at scale using deterministic testing, formal methods, and observability-driven feedback loops.

Closing the verification loop: Observability-driven harnesses for building with agents

11.03.2026 16:16 👍 0 🔁 0 💬 0 📌 0
turbopuffer: Object Storage-native Database for Search (Simon Eskildsen)
turbopuffer: Object Storage-native Database for Search (Simon Eskildsen) CMU Database Group — PostgreSQL vs. The World Seminar Series (Spring 2026) Speakers: Simon Eskildsen (https://www.linkedin.com/in/sirupsen) March 09,…

turbopuffer: Object Storage-native Database for Search www.youtube.com/watch?v=pqoR...

11.03.2026 09:21 👍 1 🔁 0 💬 0 📌 0

MD-MVCC: Multi-version Concurrency Control for Schema
Changes in Azure SQL Database

10.03.2026 16:16 👍 1 🔁 0 💬 0 📌 0
Using TLA+ to Fix a Very Difficult glibc Bug - Malte Skarupke - C++Now 2025
Using TLA+ to Fix a Very Difficult glibc Bug - Malte Skarupke - C++Now 2025 https://www.cppnow.org --- Using TLA+ to Fix a Very Difficult glibc Bug - Malte Skarupke - C++Now 2025 --- The glibc condition variable (meaning std::condition_variable) was subtly broken for…

Using TLA+ to Fix a Very Difficult glibc Bug www.youtube.com/watch?v=Brgf...

10.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
GNU and the AI reimplementations - <antirez> GNU and the AI reimplementations

GNU and the AI reimplementations antirez.com/news/162

09.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Parma for Mortals A plain-language walkthrough of how Parma protects your containers from the people running them.

Parma for Mortals

08.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Building a Database on S3 Hold your horses, though. I'm not unveiling a new S3-native database. This paper is from 2008. Many of its protocols feel clunky today. Yet...

Building a Database on S3 muratbuffalo.blogspot.com/2026/03/buil...

05.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Rust zero-cost abstractions vs. SIMD A customer query was taking over 4× longer than it should have. The profiler pointed at Rust code we'd assumed was free. We followed the trail all the way down to assembly to find the true cost.

Rust zero-cost abstractions vs. SIMD

04.03.2026 16:53 👍 0 🔁 0 💬 0 📌 0
Beej's Guide to Network Programming Using Internet Sockets

Beej's Guide to Network Programming: Using Internet Sockets beej.us/guide/bgnet/...

04.03.2026 16:53 👍 0 🔁 0 💬 0 📌 0
Preview
Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering How we bypassed CoreML and talked directly to the hardware

Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering

04.03.2026 16:53 👍 1 🔁 0 💬 0 📌 0
Preview
the mathematics of compression in database systems why compression is (almost) always worthwhile

the mathematics of compression in database systems

04.03.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
GenDB: The Next Generation of Query Processing — Synthesized, Not Engineered Content selection saved. Describe the issue below:

GenDB: The Next Generation of Query Processing — Synthesized, Not Engineered arxiv.org/html/2603.02...

04.03.2026 15:30 👍 0 🔁 0 💬 0 📌 0
Preview
Bespoke OLAP: Synthesizing Workload-Specific One-size-fits-one Database Engines Modern OLAP engines are designed to support arbitrary analytical workloads, but this generality incurs structural overhead, including runtime schema interpretation, indirection layers, and…

Bespoke OLAP: Synthesizing Workload-Specific One-size-fits-one Database Engines arxiv.org/abs/2603.02001

04.03.2026 09:21 👍 1 🔁 0 💬 0 📌 0
Preview
When AI Writes the World's Software, Who Verifies It? Leonardo de Moura — Creator of Lean and Z3

When AI Writes the World’s Software, Who Verifies It? leodemoura.github.io/blog/2026/02...

03.03.2026 16:16 👍 0 🔁 0 💬 0 📌 0
https://brooker.co.za/blog/2026/02/25/sfq.html

SFQ: Simple, Stateless, Stochastic Fairness

26.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Turing Award Winner On Thinking Clearly, Paxos vs Raft, Working With Dijkstra | Leslie Lamport
Turing Award Winner On Thinking Clearly, Paxos vs Raft, Working With Dijkstra | Leslie Lamport I interviewed Leslie Lamport, a Turing Award winner known for his contributions to distributed systems and the inventor of the Paxos algorithm. We walked through the major contributions of his career…

Turing Award Winner On Thinking Clearly, Paxos vs Raft, Working With Dijkstra

24.02.2026 06:36 👍 1 🔁 0 💬 0 📌 0
Preview
Modular: The Claude C Compiler: What It Reveals About the Future of Software Compilers occupy a special place in computer science. They're a canonical course in computer science education. Building one is a rite of passage. It forces you to confront how software actually…

Modular: The Claude C Compiler: What It Reveals About the Future of Software

22.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
BitFields API: Type-Safe Bit Packing for Lock-Free Data Structures Modern concurrent data structures increasingly rely on atomic operations to avoid the overhead of locking. A valuable but under-utilized technique for maximi...

BitFields API: Type-Safe Bit Packing for Lock-Free Data Structures rocksdb.org/blog/2025/12...

19.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
MariaDB innovation: binlog_storage_engine MariaDB 12.3 has a new feature enabled by the option binlog_storage_engine . When enabled it uses InnoDB instead of raw files to store the b...

MariaDB innovation: binlog_storage_engine smalldatum.blogspot.com/2026/02/mari...

17.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
Zvec | A lightweight, lightning-fast, in-process vector database Meet Zvec

Zvec: A lightweight, lightning-fast, in-process vector database

17.02.2026 09:21 👍 1 🔁 0 💬 0 📌 0
Preview
Native Geospatial Types in Apache Parquet Native Geospatial Types in Apache Parquet

Native Geospatial Types in Apache Parquet

15.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
How to build a distributed queue in a single JSON file on object storage How to build a single global queue for distributed systems on object storage: Start with a single file on object storage, then add write batching, a stateless broker, and high-availability.

How to build a distributed queue in a single JSON file on object storage

14.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Sourav Singh Rawat Systems engineer writing about databases, distributed systems, and low-level programming.

Redis/Valkey Replication Internals: The Architecture Behind Zero-Copy Command Propagation frostzt.com/blog/redis-v...

13.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
Vector search using only Parquet and DataFusion – Xiangpeng’s blog Just tune your existing stack

Vector search using only Parquet and DataFusion blog.xiangpeng.systems/posts/vector...

13.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
High-Throughput Graph Abstraction at Netflix: Part I By Oleksii Tkachuk, Kartik Sathyanarayanan, Rajiv Shringi

High-Throughput Graph Abstraction at Netflix: Part I netflixtechblog.medium.com/high-through...

12.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0

PGO: Current state and challenges fosdem.org/2026/events/...

12.02.2026 07:14 👍 0 🔁 0 💬 0 📌 0

Go: Inside Reflection fosdem.org/2026/events/...

11.02.2026 16:23 👍 0 🔁 0 💬 0 📌 0

Delegating SQL Parsing to PostgreSQL fosdem.org/2026/events/...

11.02.2026 09:21 👍 1 🔁 0 💬 0 📌 0