jdbc:h2:tcp://localhost:50115/sundial;MVCC=TRUE;DB_CLOSE_ON_EXIT=FALSE;DEFRAG_ALWAYS=TRUE;WRITE_DELAY=30000;CACHE_SIZE=65536;LOCK_MODE=0;LOG=0;UNDO_LOG=0
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/i9LoF-T1AKEJ.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/XXUCJ99q8TcJ.
To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/vEMTJ-E-GmIJ.
| NAME | VALUE |
|---|---|
| CREATE_BUILD | 169 |
| LOCK_MODE | 0 |
| WRITE_DELAY | 30000 |
| CACHE_SIZE | 65536 |
| info.BUILD_ID | 169 |
| info.VERSION_MAJOR | 1 |
| info.VERSION_MINOR | 3 |
| info.VERSION | 1.3.169 (2012-09-09) |
| property.java.runtime.version | 1.6.0_11-b03 |
| property.java.vm.name | Java HotSpot(TM) Client VM |
| property.java.vendor | Sun Microsystems Inc. |
| property.os.name | Windows 2003 |
| property.os.arch | x86 |
| property.os.version | 5.2 |
| property.sun.os.patch.level | Service Pack 2 |
| property.file.separator | \ |
| property.path.separator | ; |
| property.line.separator | |
| property.user.country | DK |
| property.user.language | da |
| property.user.variant | |
| property.file.encoding | Cp1252 |
| EXCLUSIVE | FALSE |
| MODE | REGULAR |
| MULTI_THREADED | 0 |
| MVCC | FALSE |
| QUERY_TIMEOUT | 0 |
| LOG | 2 |
| ALIAS_COLUMN_NAME | false |
| ANALYZE_AUTO | 2000 |
| ANALYZE_SAMPLE | 10000 |
| DATABASE_TO_UPPER | true |
| DB_CLOSE_ON_EXIT | FALSE |
| DEFAULT_CONNECTION | false |
| DEFAULT_ESCAPE | \ |
| DEFRAG_ALWAYS | TRUE |
| DROP_RESTRICT | true |
| EARLY_FILTER | false |
| ESTIMATED_FUNCTION_TABLE_ROWS | 1000 |
| FUNCTIONS_IN_SCHEMA | true |
| LARGE_RESULT_BUFFER_SIZE | 4096 |
| LARGE_TRANSACTIONS | true |
| MAX_COMPACT_COUNT | 2147483647 |
| MAX_COMPACT_TIME | 200 |
| MAX_MEMORY_ROWS_DISTINCT | 10000 |
| MAX_QUERY_TIMEOUT | 0 |
| NESTED_JOINS | true |
| OPTIMIZE_DISTINCT | true |
| OPTIMIZE_EVALUATABLE_SUBQUERIES | true |
| OPTIMIZE_INSERT_FROM_SELECT | true |
| OPTIMIZE_IN_LIST | true |
| OPTIMIZE_IN_SELECT | true |
| OPTIMIZE_IS_NULL | true |
| OPTIMIZE_OR | true |
| OPTIMIZE_TWO_EQUALS | true |
| OPTIMIZE_UPDATE | true |
| PAGE_STORE_INTERNAL_COUNT | false |
| PAGE_STORE_MAX_GROWTH | 131072 |
| PAGE_STORE_TRIM | true |
| QUERY_CACHE_SIZE | 8 |
| RECOMPILE_ALWAYS | false |
| RECONNECT_CHECK_DELAY | 200 |
| ROWID | true |
| SELECT_FOR_UPDATE_MVCC | true |
| SHARE_LINKED_CONNECTIONS | true |
| info.FILE_WRITE_TOTAL | 2634 |
| info.FILE_WRITE | 515 |
| info.FILE_READ | 275 |
| info.PAGE_COUNT | 115718 |
| info.PAGE_SIZE | 2048 |
| info.CACHE_MAX_SIZE | 65536 |
| info.CACHE_SIZE | 8337 |
Hi NoelI've tried to set the MAX_MEMORY_ROWS=100 and then it seems to work (slow, but it will get the job done). Thanks a lot for your help, if you by any change comes by Copenhagen I'll buy you a beer ;-)