Bulk of the talk explores Postgres features.
All three optimized queries target PostgreSQL features (≥ 8.4 for CTE, ≥ 9.3 for LATERAL).
Row-level security and session parameters discussed in the Postgres context.
Discusses PL/pgSQL views as a separation mechanism.
Extensive comparison between running SQLite and running Postgres in various cloud topologies.
Question asks about migrating away from SQLite to Postgres.
Recommended as the default for big filterable endpoints.
Migration source database; many trade-offs are discussed relative to Postgres.
Compares running Postgres locally versus embedded SQLite.
related_to
PostgreSQL
tool
Pašalić recommends a store with constraint support such as PostgreSQL to enforce per-aggregate sequence numbers.
related_to
PostgreSQL
tool
Citus is a Postgres extension.
related_to
PostgreSQL
tool
PgHero is a Postgres performance dashboard.
related_to
PostgreSQL
tool
EXPLAIN is a Postgres feature.
related_to
PostgreSQL
tool
Demonstrated against Postgres.
related_to
PostgreSQL
tool
Unlogged tables are a Postgres feature.
related_to
PostgreSQL
tool
Row-level security policies and session parameters demonstrated in Postgres.
related_to
PostgreSQL
tool
Uses Postgres search_path session parameter to switch schemas.
Gem leverages Postgres EXPLAIN statistics for fast count estimation.
Single Postgres database backs both the read model and rails_event_store.
MessageDB is implemented on top of Postgres.
Supported as one of Geneva Drive's backing databases.
Migrated data from MongoDB to PostgreSQL ~4 years before the talk.
Backs vector search via Postgres / pgvector.