
readyset
readysettech
Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
AI 简介
Readyset 是一个兼容 MySQL 和 PostgreSQL 协议的透明数据库缓存层,部署在应用与现有数据库之间,无需修改应用代码即可加速 SQL 查询并水平扩展读吞吐量。其核心能力是自动缓存 SELECT 查询结果,并基于数据库的复制流(如 WAL 或 binlog)实时增量更新缓存,确保强一致性;支持复杂查询(含 JOIN、子查询等),且与主流 ORM 和客户端完全兼容。适用于高并发读场景,如 Web 应用、API 服务、分析报表系统中需降低数据库负载、提升响应速度但又无法重构缓存逻辑的生产环境。
Rust
Other5.3k
Stars
160
Forks
31
Watchers
135
Issues
Star 增长
今日0
近 7 天0
近 30 天+14
综合评分64.02
默认分支main