Hi,
We are starting to see this error "database: Cannot remove records,
cache size too small?" after we upgrade from 1.1.110 -> 1.1.119 and
inserting a large number of records into one table (240.000).
/**/prep17249.executeUpdate();
12-02 18:07:14 lock: 2 exclusive write lock requesting for
CUSTOM_PROPERTY
12-02 18:07:14 database: Cannot remove records, cache size too small?
12-02 18:07:14 jdbc[2]:
/*SQL l:69 #:1 t:8*/insert into custom_property (value, ownerUuid,
name) values (?, ?, ?) {1: '', 2: '69f32aca-
af8d-4294-9a87-2d98e09cfe2f', 3: 'Serial No'};
12-02 18:07:14 jdbc[2]:
/**/prep17249.close();
our connection url look like this.
jdbc:h2:/database/
127.0.0.1;CACHE_SIZE=32720;DB_CLOSE_DELAY=0;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_TYPE=TQ"
I could try to increase the cache_size, but I would like to understand
the error message and why we are starting to see in 1.1.119
Thanks in advance
br
Flemming
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.