Skip to content

Commit 2efe249

Browse files
committed
Update 0016_how_to_get_into_trouble_using_some_postgres_features.md
1 parent db9332a commit 2efe249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0016_how_to_get_into_trouble_using_some_postgres_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ on "non-transactional" DDL such as
8888

8989
A big problem with DDL deployment under load is that by default, you can have downtime attempting to deploy a very light
9090
schema change – unless you implement a logic with low `lock_timeout` and retries (
91-
see: [zero-downtime postgres schema migrations lock timeout and retries](https://postgres.ai/blog/20210923-zero-downtime-postgres-schema-migrations-lock-timeout-and-retries)).
91+
see: [Zero-downtime Postgres schema migrations need this: lock timeout and retries](https://postgres.ai/blog/20210923-zero-downtime-postgres-schema-migrations-lock-timeout-and-retries)).
9292

9393
## DELETE a lot of rows with one command
9494

0 commit comments

Comments
 (0)