Skip to content

Commit

Permalink
Update djangocon-us-2024-recap.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineMichel authored Oct 6, 2024
1 parent d3fc2dd commit d5f99c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/djangocon-us-2024-recap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d5f99c1

Please sign in to comment.