Get Started
Introduction
Learn what Pgrust is, how it differs from PostgreSQL, and when you should use it.
Quickstart
Run Pgrust locally in under five minutes and fire your first queries.
Docker
Pull the drop-in Docker image and configure it just like the official Postgres image.
Columnar Storage
Explore pgrcolumnar, the built-in columnar engine that powers Pgrust’s analytics performance.
Try It Now
The fastest way to get Pgrust running is with a single Docker command. The image is a drop-in replacement for the officialpostgres image — the same environment variables, the same port, the same wire protocol.
Guides
Migrating from Postgres
Move an existing PostgreSQL application to Pgrust with minimal friction.
Analytics Workloads
Configure pgrcolumnar and tune Pgrust for analytical and mixed workloads.
Configuration
Understand the full set of configuration options available in Pgrust.
Built-in Extensions
See which extensions ship bundled with Pgrust and how to enable them.
Pgrust is currently at v0.2 and is not yet production-ready. The team is actively prioritizing testing and reliability. We recommend using Pgrust for evaluation, development, and benchmarking while production hardening is underway.