Server « Performance « JPA Q&A





1. performance is slow with hibernate and MS sql server    stackoverflow.com

i am using hibernate and db is sqlserver. SQL Server differentiates its data types that support Unicode from the ones that just support ASCII. For example, the character data types that ...

2. Performance on Database server    forum.hibernate.org

We have recently moved and partially enhanced an Oracle forms application to a Java based architecture using Hibernate on Jboss. The amount of SQLs Hibernate is generating compared to its predecessor is significantly high and is causing CPU bottlenecks on the database server (Oracle 9i). This has raised a commerical issue as well, because if usage of Hibernate increases CPU utilisation ...