› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › How many messages can the DB/Engine take? › Reply To: How many messages can the DB/Engine take?
In optimizing inbound fileset-local connections, I looked at: the read interval, max messages and scan interval in the connection set up as well as translation process throttling. The goal was to have as few messages as possible in the database by the next read but not to leave time where no processing was happening. Also, so that if we had to shut down a process, there was actually some read time for the command thread. Each inbound thread (in different processes) ended up having different “optimal” settings depending on what was happening in the process (parsing the initial extract file, detailed translation, script only, etc). Examples (read interval, max msg, 3600 scan interval) were 180, 76, 3600; 75, 1000, 3600; 400, 200, 7200.
Bottom line — it can be done without database issues. You just have to work at it.