We have some performance difference between our production env and our acceptance/develop server.
They only difference between these servers is that production uses postgres for the repository and acc/dev uses hsqldb for the repository.
We use a active solution aka war deployment.
EDIT:
Can it be that the hsqldb connect repository has negative effect on the overhall performance?