Bug 480357

Summary: [H2] Use MVStore directly rather than JDBC wrappers
Product: [Technology] DLTK Reporter: Dawid Pakula <zulus>
Component: CommonAssignee: dltk.common-inbox <dltk.common-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: wywrzal
Version: 5.3Keywords: investigate
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Dawid Pakula CLA 2015-10-21 18:32:10 EDT
H2 since 1.4 (stable soon), change default storage to MVStore [1]. 

Will be possible to read data from "database" without JDBC abstraction layer (no more sql parsing etc...), in similar way like H2Cache works long time ago but much faster.

I hope this will speed up indexing and search process.

[1] - http://h2database.com/html/mvstore.html
Comment 1 Dawid Pakula CLA 2019-07-08 10:39:51 EDT
We removed h2