1 个仓库
Caches specifically designed to store and update results of complex analytical functions like window and bucket operations.
Distinct from SQL Cache Storage: Focuses on the analytical nature of the cached data (window/bucket functions) rather than just the storage mechanism of the SQL cache.
Explore 1 awesome GitHub repository matching data & databases · Analytical Result Caches. 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
Caches advanced analytical functions such as window functions, bucket functions, and locale-aware collation.