Getting Started
Core Concepts
- Postgres Performance
- Springtail Architecture
- Postgres Compatibility
Security
FAQ
Frequently asked questions about Springtail.
Springtail addresses the challenges of scaling database performance without the need for complex and risky migrations. Traditional migrations often involve compatibility issues, extensive testing, and a significant time investment. Springtail eliminates these hurdles by providing scalable, distributed read replicas that dynamically adjust to demand, delivering high throughput when needed and reducing costs during periods of low usage.
Springtail currently supports Amazon RDS for PostgreSQL databases.
Springtail is compatible with PostgreSQL versions 14.0 and higher.
To import your data, simply grant Springtail replication access to your Amazon RDS for PostgreSQL database. Springtail will take a snapshot of your existing tables and enable logical replication to capture ongoing changes, ensuring a consistent and up-to-date view of your data.
No, Springtail does not require a PostgreSQL extension.
Springtail improves concurrent query performance. It offloads and scales read execution, which also frees up your primary Amazon RDS for PostgreSQL database to process more write transactions in less time.