Readyset QueryPilot Announcement

Readyset QueryPilot Announcement

At the MySQL and Heatwave Summit 2025 today, Readyset announced a new data systems architecture pattern named Readyset QueryPilot . This architecture which can front a MySQL or PostgreSQL database infrastructure, combines the enterprise-grade ProxySQL and Readyset caching with intelligent query monitoring and routing to help support applications scale and produce more predictable results with varied workloads.

ProxySQL offers many features for MySQL and PostgreSQL including query rewriting, query routing, read/write splitting, fully configurable load balancing, connection pooling and connection multiplexing. Readyset provides a SQL wire-compatible cache for MySQL and PostgreSQL that can provide dramatic improvements in query latency and throughput performance with an existing application. Implementing a Readyset cache is significantly easier than implementing a traditional cache, but does require some initial analysis to choose the best queries to cache. Check out this Readyset Tutorial for more information. By using the flexible plugin architecture of ProxySQL, Readyset QueryPilot adds a sidcar to automatically monitor database load and query patterns and more intelligently determine which queries can be implemented using caching, snapshot and prepare these query caches and dynamically route queries when the cache is available. These real-time adjustments require no manual tuning or intervention enabling applications to benefit from caching with no-code changes and minimal configuration.

I’ve included some of the slides presented today here for viewing. I look forward to evaluating this new product offering. This will be a great option for AWS RDS and GCP CloudSQL managed database offerings as well as self-managed databases installations.

  • Current Operational Data Systems Architecture
  • New Operational Data Systems Architecture

Current Operationla Data Systems Architecture New Operational Data Systems Architecture Readyset QueryPilot

Tagged with: QueryPilot Readyset ProxySQL

Related Posts

More CPUs or Newer CPUs

In a CPU-bound database workload, regardless of price, would you scale-up or scale-new? What if price was the driving factor, would you scale-up or scale-new? I am using as a baseline the first available AWS Graviton2 processor for RDS (r6g).

Read more

WeSQL Introduction – MySQL running on S3

I recently became aware of WeSQL . A MySQL-compatible database that separates compute and storage, using S3 as the storage layer. The product uses a columnar format by default which is significantly more space-efficient than InnoDB.

Read more

Managing SQL Drift: Ensuring Stability in Database Transitions

SQL drift is a significant challenge that occurs when SQL statements from an existing system produce unexpected results after migration to a new environment or system. These issues manifest in several critical ways: SQL statements may generate new execution errors, experience significant performance degradation, or yield differences in data integrity.

Read more