diff options
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). |