GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Quickstart
    • Configure your database
    • Install with Docker
    • Deploy with Kubernetes (using Helm) ↗ (opens in a new tab)
    • Connect via a database shell
    • Connect an application via an ORM
    • Profiling Queries
      • View query metrics with the database's slow query log
      • View Query Metrics with 3rd Party Providers Wip
      • View Query Metrics with Grafana Wip
    • Prepare to Cache
    • Cache Queries
      • Supported Data Types
      • Supported Queries
      • Supported System Variables
      • Overview
      • ReadySet
      • ReadySet Server
    • Telemetry
    • Caching
    • Dashboard
    • Installer
    • Troubleshooting
    • Caching slow queries (IMDB)
    • Integrating ReadySet into a Prisma app (Cal.com) ↗ (opens in a new tab)
    • Key Concepts
    • Streaming Dataflow
    • Memory Effeciency
    • Example
    • Dataflow
  • Releases (opens in a new tab)
  • Connecting
  • Intro
  • Quickstart Old
  • Quickstart
    • Configure your database
    • Install with Docker
    • Deploy with Kubernetes (using Helm) ↗ (opens in a new tab)
    • Connect via a database shell
    • Connect an application via an ORM
    • Profiling Queries
      • View query metrics with the database's slow query log
      • View Query Metrics with 3rd Party Providers Wip
      • View Query Metrics with Grafana Wip
    • Prepare to Cache
    • Cache Queries
      • Supported Data Types
      • Supported Queries
      • Supported System Variables
      • Overview
      • ReadySet
      • ReadySet Server
    • Telemetry
    • Caching
    • Dashboard
    • Installer
    • Troubleshooting
    • Caching slow queries (IMDB)
    • Integrating ReadySet into a Prisma app (Cal.com) ↗ (opens in a new tab)
    • Key Concepts
    • Streaming Dataflow
    • Memory Effeciency
    • Example
    • Dataflow
  • Releases (opens in a new tab)
  • Connecting
  • Intro
  • Quickstart Old
Question? Give us feedback → (opens in a new tab)Edit this page
Cache
Profiling Queries
View Query Metrics with 3rd Party Providers Wip

If you already have performance monitoring in place, use that tooling to identify queries that can benefit from caching in ReadySet.

View query metrics with the database's slow query logView Query Metrics with Grafana Wip

ReadySet Documentation