List, I moved my SA bayes store into my postgres database because I was running into locking issues with the Berkeley DB.
The database is up and running fine, but I noticed that that connections to the database are not persistent. As many of you know, postgres isn't the fastest database during startup so I am sure this is hurting performance quite a bit. In fact I looked that the performance benchmarks on the spamassassin site: http://wiki.apache.org/spamassassin/BayesBenchmarkResults and they show postgres to be a terrible performer which would be true if the are not using persistent database connections. So the question is, is there a way to make SA use persistent connections? I read though the docs and didn't see anything. schu