CONCEPT 04
Caching
0 / 4 steps complete
1
Add a database
Drag an RDS node onto the canvas.
YOUR TASK
Drag an RDS node onto the canvas. This is your database — every read goes directly to it.
Mobile preview mode. Use tablet or desktop for the full guided canvas controls.
Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.
EC2 — t3.micro
Click to edit
CONCEPT TIP
Without a cache, every request hits the database. Popular data gets read thousands of times per second — your DB becomes a bottleneck.