Integrations and extensions for Aiven for PostgreSQL®
Extend your Aiven for PostgreSQL® service with extensions, AI and vector search, logical replication, and other data integrations.
Choose an integration
- Extensions: Add
SQL-level capabilities directly to your database with a
CREATE EXTENSIONstatement. - AI and vector search: Use
pgvectorfor embeddings and similarity search on the same service as your relational data. - Logical replication: Keep a self-managed PostgreSQL cluster, or an AWS Aurora, AWS RDS, or Google Cloud SQL instance, continuously synchronized with Aiven for PostgreSQL. This is the same PostgreSQL feature that powers continuous migration, set up for ongoing sync rather than a one-time cutover.
- Datasource integration: Query one Aiven for PostgreSQL service from another.
- Google Looker Studio: Report on your PostgreSQL data using a third-party business intelligence tool.
Things to know
Some extensions have dedicated, service-level configuration beyond running CREATE EXTENSION. For example, pgaudit,
timescaledb, pg_stat_monitor, and pg_stat_plans each expose their own settings
through the service's advanced configuration or the Aiven Terraform Provider, separate
from the SQL statement that enables the extension.
Related pages