1 Reply Latest reply on Mar 12, 2015 2:00 PM by rlespinola

    JBoss 6.2 EAP - Multiple war DataSource Performance

    rlespinola

      I have WebAppA using H2 in-memory database.

       

      When WebAppA is deployed alone I get query times of about 300ms for 2k entities.

       

      When WebAppA is deployed with WebAppB (HSQL file database) query times take 3x longer (1000 ms for 2k entities).

       

      This occurs without any interaction with WebAppB. I also tried stripping WebAppB from any DataSource persistence but get the same results.

       

      Any ideas on why the performance hit? Is there extra configuration that can address this?