Hello,

I have an issue with the size of the database file. It stores roughly 500mb 
of data normally, but during use it can balloon to something like 25GB. If 
I restart the application, it can spends hours reading and writing the 
database, and then the file will be back to 500mb.

I'm using the following dependencies, along with Ktorm as my ORM, but I did 
not have this issue when I was using sqlite.

```
implementation group: 'com.zaxxer', name: 'HikariCP', version: '4.0.1'
implementation group: "com.h2database", name: "h2", version: "1.4.200"
```

Thanks,
Quy

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/6359beae-5ab3-4fd2-9693-7d19fdfe48d7n%40googlegroups.com.

Reply via email to