jfischoff / tmp-postgres

Create temporary postgres instances
BSD 3-Clause "New" or "Revised" License
53 stars 18 forks source link

Add new options to defaultConfig #262

Open jfischoff opened 4 years ago

jfischoff commented 4 years ago

Should add

              [ ("checkpoint_timeout", "60min")
              , ("max_wal_size", "2GB")
              ]

as well

parsonsmatt commented 6 months ago

I've observed a really large speedup by in our test suite by setting autovacuum = off too, though that's on my local postgres system installation and not with tmp. Like the runtime goes from 12m to 6m.