h2 Database performance issues with Named Query
问题 Just some pre-information. We are using a H2 File Database which is already around 15 GB. Our Application runs on Windows Clients Jetty Webserver H2 File Database Every time Data needs to be updated on client side, the user will get a zip File with XML-Files. Either an XML file will be imported to the DB or the xml file has a flag "delete" and the entry in the DB will be deleted. Every import of a zip file has a data version. The import is done manually with Java. XML Files are deserialized