Hi Jeroen, it is against disk-based MySQL v5.7.
It is Win64 x86_64 (if that is what you mean for scale).
Do you a tip on this issue?
-----------------------------------------------------------------
-webapp module's pom.xml jdbc driver portion:
"
<profile>
<id>jdbc-mysql</id>
<activation>
<property>
<name>!skip.jdbc-mysql</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql</artifactId>
<version>5.1.40</version>
</dependency>
</dependencies>
</profile>
"
2017-04-25 11:53 GMT-04:00, Jeroen van der Wal <[email protected]>:
> Hi Eder,
>
> Are you developing against the in-memory hsqldb database? If not, what does
> the scale in your database look like?
>
> Cheers,
>
> Jeroen
>