You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The section in foundations pertaining to Postgres should be elaborated with:
a guided exercise to startup postgres via docker, connect to it via psql, load a database provided with a sql file in the repo, and run some queries with
resources on troubleshooting common RDBMS issues
resources on using EXPLAIN and interpreting its output
a guided exercise on troubleshooting a problematic query with EXPLAIN
The section in foundations pertaining to Postgres should be elaborated with: