From fafc32e0ea1adc95eea817af7273d4c47422b364 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 15:48:42 -0800 Subject: codepsell fixes to notes --- notes/performance/postgres_performance.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes/performance/postgres_performance.txt') diff --git a/notes/performance/postgres_performance.txt b/notes/performance/postgres_performance.txt index cd2a5162..ff8fcb3b 100644 --- a/notes/performance/postgres_performance.txt +++ b/notes/performance/postgres_performance.txt @@ -189,7 +189,7 @@ max_wal_size wasn't getting set correctly. The statements taking the most time are the complex inserts (multi-table inserts); they take a fraction of a second though (mean less than a -milisecond). +millisecond). Manifest import runs really slow if release import is concurrent; much faster to wait until release import is done first (like a factor of 10x or more). -- cgit v1.2.3