It's hard to say exact numbers, there are to many variables (network
speed/latency, db server type, jdbc driver, change log size).
For sure it means 2 extra network calls, which could be easily avoided.
See attached example screen from JProfiler using MSSQL server, and small
change logs, overhead is about 20%.
Cheers, Przemo
Hi,
What do you mean by clustered env.
Jackrabbit cluster
use autoCommit mode only in 'clustered environment'
to avoid extra overhead in simple
deployment.
Did you test how much overhead it is? Do you have a test case that
shows that performance can be improved by changing it? If yes, how
much is the difference, and could you post your test case?