Glossary

1. Database separation

PostgreSQL moves to a managed cloud database (AWS RDS or equivalent) with automatic backups, failover, and read replicas. - Connection pooling via PgBouncer: 200 max client connections, 30 pool size. - One read replica handles all read-only queries (market listings, portfolio views, leaderboards).

Learn More

Related Terms