1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-28 07:57:28 +00:00

Closes #24: Change to H2 database + indexes tweaks + queries tweaks

Tested up to 100k documents
This commit is contained in:
jendib
2015-09-05 12:36:01 +02:00
parent 6d73554967
commit 467d14bacb
26 changed files with 75 additions and 96 deletions

View File

@@ -146,8 +146,8 @@
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>