News Score: Score the News, Sort the News, Rewrite the Headlines

Readyset | Drop-in SQL Caching for PostgreSQL and MySQL

Optimizing Straddled Joins in Readyset: From Hash Joins to Index Condition PushdownIntroductionReadyset is designed to serve queries from cached views with sub-millisecond latency. This post focuses on the cold path—cases where a cache miss forces execution against the base tables. In these scenarios, Readyset must evaluate the query from scratch, including materializing intermediate results. The focus here is on straddled joins, where filtering predicates apply to both sides of the join in addi...

Read more at readyset.io

© News Score  score the news, sort the news, rewrite the headlines