Bug 480357 - [H2] Use MVStore directly rather than JDBC wrappers
Summary: [H2] Use MVStore directly rather than JDBC wrappers
Status: CLOSED WONTFIX
Alias: None
Product: DLTK
Classification: Technology
Component: Common (show other bugs)
Version: 5.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: dltk.common-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2015-10-21 18:32 EDT by Dawid Pakula CLA
Modified: 2019-07-08 10:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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