We recommend PostgreSQL for production use of Mirth (we use it on our appliances).
Make sure you add the following lines to your postgre configuration file:
autovacuum=on
autovacuum_vacuum_threshold=1000
This ensures that the database stays speedy, especially under large message volumes.
Make sure you add the following lines to your postgre configuration file:
autovacuum=on
autovacuum_vacuum_threshold=1000
This ensures that the database stays speedy, especially under large message volumes.
Comment