]
Brett Meyer resolved ARTIF-729.
-------------------------------
Resolution: Done
Enable query caching and hibernate-infinispan 2LC by default
------------------------------------------------------------
Key: ARTIF-729
URL:
https://issues.jboss.org/browse/ARTIF-729
Project: Artificer
Issue Type: Feature Request
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Beta2
Profiling has shown that repeated queries are a huge CPU hot spot. Example: when
uploading the Artificer distro ZIP itself, the HibernateRelationshipFactory makes repeated
queries (by UUID) to set up relationship targets. Since many of them are repeats (ex:
find the parent distro artifact), the query cache and 2LC would be immensely helpful.