diff --git a/doc/djangocon-us-2024-recap.md b/doc/djangocon-us-2024-recap.md index 29ae6bd2..caf10b52 100644 --- a/doc/djangocon-us-2024-recap.md +++ b/doc/djangocon-us-2024-recap.md @@ -484,7 +484,7 @@ At the end, he revealed, "I am a community. We are a community... The community Alvaro showed some lesser known ways to improve the performance of PostgreSQL. -He explained each method including profiling results, then ran a demo. +He explained each method, including profiling results, then ran a demo. Some of his suggested methods * Use UUID field as primary key field and avoid creating two columns. You do not need a sequential ID, because of the UUID hash. You can index UUID.