Readyset Docs

RDST

A command-line toolkit for PostgreSQL and MySQL that diagnoses slow queries, recommends indexes and rewrites, answers natural-language questions about your data, audits database health across single targets or whole fleets, and deploys Readyset caches with head-to-head benchmarking.

Readyset Diagnostics and SQL Toolkit (RDST) is a command-line tool for PostgreSQL and MySQL that:

  • Diagnoses slow queries
  • Recommends fixes (indexes, rewrites)
  • Lets you ask questions about your data in natural language
  • Audits database health, at the single-database or whole-fleet level
  • Deploys Readyset and caches specific queries with it

You don't need to be running Readyset to use RDST. When Readyset is available, RDST can deploy, manage, and benchmark shallow caches for you.

What RDST is good for

If you want to...Reach for
See which queries are consuming the most database time right nowrdst top
Get an end-to-end analysis of one query with index and rewrite recommendationsrdst analyze
Ask a question in plain English and get safe, read-only SQL backrdst ask
Find and analyze the SQL your application is actually generatingrdst scan
Get a single, comprehensive health report for a databaserdst audit
Do the same across ten, fifty, or hundreds of databases at oncerdst fleet audit
Auto-discover your RDS and Aurora fleetrdst fleet discover
Deploy a Readyset cache in front of a databaserdst cache deploy
Compare upstream vs. cached query performance head-to-headrdst query cache-compare
Let Claude Code or a Slack bot drive RDST for youIntegrations
Get an answer about how to use RDST itself without leaving your terminalrdst help

Where to go next

How RDST relates to the rest of Readyset

ToolRoleWhere it runs
ReadysetReal-time SQL cache for Postgres and MySQLAlongside your database
Readyset QueryPilotAutomated cache discovery and deployment on top of ReadysetReadyset Cloud or self-hosted
RDSTDiagnose queries, audit databases, and optionally drive Readyset cachesYour laptop, CI, or a diagnostics host

RDST is the entry point most teams should reach for first. It surfaces which queries matter, why they are slow, whether Readyset can help, and — if it can — deploys the cache for you.