Skip to content

Commit 8274e3c

Browse files
committed
Updates
1 parent 9860814 commit 8274e3c

5 files changed

Lines changed: 8 additions & 4 deletions

docs/workshop/06_macro_overview_part_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ PGSS tracks all executions of "same group" (with params removed) types of querie
155155
We can now at least identify our slowest average execution time queries.
156156

157157
## What's Next?
158-
Visit [7 - Macro Query Optimization Part 2](/docs/workshop/07_macro_overview_part_2.md) to continue.
158+
Visit [07 - Active Record Schema Migrations](/docs/workshop/07_active_record_schema_migrations.md) to continue.

docs/workshop/10_active_record_schema_migrations.md renamed to docs/workshop/07_active_record_schema_migrations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ end
7878
```
7979

8080
Let's review examples of unsafe DDL changes on busy tables, and briefly introduce lock types.
81+
82+
83+
## Scaling With Multiple Instances
84+
Visit [08 - Multiple Instances Macro Overview #2](/docs/workshop/08_macro_overview_part_2.md) to continue.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Macro Query Optimization Part 2
1+
# Macro Query Optimization Part 2 - Multiple Instances
22
In this section, we'll begin to work with multiple PostgreSQL instances.
33
- [Rails + Postgres Diagram #2 Primary + Replica](https://github.com/andyatkinson/rideshare/blob/main/docs/rideshare_rails_postgres_architecture_2.svg)
44

@@ -230,4 +230,4 @@ Switching gears into schema changes.
230230
231231
How do we manage them and keep all environments consistent?
232232
233-
Visit [10 - Active Record Schema Migrations](/docs/workshop/10_active_record_schema_migrations.md) to continue.
233+
Visit [09 - Active Record Multi-DB](/docs/workshop/09_active_record_multi-db_prep_part_1.md) to continue.

docs/workshop/08_active_record_multi-db_prep_part_1.md renamed to docs/workshop/09_active_record_multi-db_prep_part_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ ALTER DATABASE rideshare_development SET log_statement = 'all';
125125
```
126126

127127
## What's Next?
128-
Visit [9 - Active Record Multi-DB Part 2](/docs/workshop/09_active_record_multi-db_roles.md) to continue.
128+
Visit [10 - Active Record Multi-DB Part 2](/docs/workshop/10_active_record_multi-db_roles.md) to continue.
File renamed without changes.

0 commit comments

Comments
 (0)