Re: [h2] H2 Database Engine: New version released

2023-08-31 Thread Andreas Reichel
Greetings! I have run your test through all H2 versions and have not been able to see any material performance deviation: INFO: 1.3.176: 101681 ms INFO: 1.4.196: 104554 ms INFO: 1.4.197: 103474 ms INFO: 1.4.198: 101421 ms INFO: 1.4.199: 99655 ms INFO: 1.4.200: 100125 ms INFO: 2.0.201: 100645 ms

Re: [h2] Re: Create Table Problem (Upgrading from 1.4.x)

2023-08-31 Thread 'Peter Borissow' via H2 Database
Thank you Evgenij,    Adding the following properties definitely helped: properties.setProperty("MODE", "PostgreSQL");properties.setProperty("DATABASE_TO_LOWER", "TRUE"); properties.setProperty("NON_KEYWORDS", "KEY,VALUE"); properties.setProperty("DEFAULT_NULL_ORDERING", "HIGH"); I am able to