diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:48:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:48:42 -0800 |
commit | fafc32e0ea1adc95eea817af7273d4c47422b364 (patch) | |
tree | 374281a68a1cb28dd6e964449887799c6c3cb3de /notes/performance | |
parent | d6b1d3de6224b590a82b175f78b761df1a6df4a2 (diff) | |
download | fatcat-fafc32e0ea1adc95eea817af7273d4c47422b364.tar.gz fatcat-fafc32e0ea1adc95eea817af7273d4c47422b364.zip |
codepsell fixes to notes
Diffstat (limited to 'notes/performance')
-rw-r--r-- | notes/performance/postgres_performance.txt | 2 |
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). |