Audience question: unlogged tables are wiped when the database is restarted — does the same happen on a connection reset? Answer: speaker doesn't think connection reset triggers it but confirms any database restart or crash (e.g. restarting the Docker container) will clear them. Ideal for CI (run migrations + all tests, then discard); awkward on local dev because automatic Docker/computer restarts leave the dev wondering whether they need to re-run migrations.