From 671b0246bed3ff03ecf3c379167b18e130ea51e6 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 5 Jan 2024 22:43:12 +0000 Subject: [PATCH] Quartz sync: Jan 5, 2024, 10:43 PM --- content/notes/postgresql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/notes/postgresql.md b/content/notes/postgresql.md index 7867efab..bffd464d 100644 --- a/content/notes/postgresql.md +++ b/content/notes/postgresql.md @@ -16,6 +16,7 @@ Some postgres snippets! Just a reference page for the things I forget a lot. ## Learnings - It's faster to create a table with no index, copy data in, then add indices +- Using `random_page_cost=1.1` for SSD backed databases works much better ## Snippets