aboutsummaryrefslogtreecommitdiffstats
path: root/notes/performance
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:48:42 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:48:42 -0800
commitfafc32e0ea1adc95eea817af7273d4c47422b364 (patch)
tree374281a68a1cb28dd6e964449887799c6c3cb3de /notes/performance
parentd6b1d3de6224b590a82b175f78b761df1a6df4a2 (diff)
downloadfatcat-fafc32e0ea1adc95eea817af7273d4c47422b364.tar.gz
fatcat-fafc32e0ea1adc95eea817af7273d4c47422b364.zip
codepsell fixes to notes
Diffstat (limited to 'notes/performance')
-rw-r--r--notes/performance/postgres_performance.txt2
1 files changed, 1 insertions, 1 deletions
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).