Skip to content

Add lesson 43: Capstone: troubleshooting a slow query#103

Open
exekias wants to merge 1 commit into
mainfrom
lesson/43-capstone-troubleshooting
Open

Add lesson 43: Capstone: troubleshooting a slow query#103
exekias wants to merge 1 commit into
mainfrom
lesson/43-capstone-troubleshooting

Conversation

@exekias

@exekias exekias commented Jul 2, 2026

Copy link
Copy Markdown
Member

Adds Capstone: troubleshooting a slow query (roadmap item 04-capstone-troubleshooting) — the new Module 10: Expert & operations.

Summary

Diagnose a slow query end to end — measure with EXPLAIN ANALYZE, read the plan, add the right index, and confirm it flipped.

Check

One query-returns check (orders-customer-index-added) — the learner adds the fixing index after diagnosing with EXPLAIN ANALYZE, verified via pg_indexes.

Verified end-to-end against a non-superuser Postgres 16. npm run lessons:validate (34/34) and next build both pass.

Part of #6

🤖 Generated with Claude Code

Part of #6

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
learn-postgres Ready Ready Preview Jul 2, 2026 3:07pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant