Hi,
I am using h2 db, here is my connection string :
*jdbc:h2:file:${dbstorage.path};DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;IFEXISTS=FALSE;AUTO_SERVER=TRUE;MULTI_THREADED=TRUE;CACHE_SIZE=131072;MVCC=FALSE;*
I tried to insert around ~ 5 lac entries in it, however the size of my .mv
file is around 500 MB, isn't it huge ? Am I missing something in above
connection string parameters ?
There is just one table in my h2 db and it has 10 columns with string and
long data types only. String data type columns size is not more then 200
varchars.
Version of h2 is 1.4.197. I read and tried with *DEFRAG_ALWAYS=TRUE *param,
but its not making much difference.
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.