1 repository
Caching support for advanced SQL functions including window functions, bucket functions, and locale-aware collation sorting.
Distinct from Custom SQL Functions: Distinct from Custom SQL Functions: focuses on caching results of advanced SQL functions rather than defining new functions.
Explore 1 awesome GitHub repository matching data & databases · Advanced SQL Function Caching Support. Refine with filters or upvote what's useful.
Readyset is a transparent caching proxy for PostgreSQL and MySQL that sits between an application and its database, intercepting SQL queries and serving cached results from memory. It automatically caches query results on first execution and keeps those caches consistent by consuming the database’s replication stream in real time, enabling faster repeated reads without application code changes. The proxy also supports caching advanced SQL functions such as window functions, bucket functions, and locale-aware collation sorting, and exposes an interface that allows AI agents to inspect proxied q
Supports caching window functions, bucket functions, and locale-aware collation sorting for complex analytical queries.