1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +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

@@ -85,8 +85,8 @@
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- Test dependencies -->