Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update h2 to version 1.4.200 to be able to use MVStore #882

Open
wants to merge 1 commit into
base: release/2.6.1
Choose a base branch
from

Conversation

SilinPavel
Copy link
Member

Description

This PR migrate NGB 2.6.1 to H2 database version 1.4.200.
Intention for this is to use MVStore as more reliable and fast (MVCC is used by default in 1.4.200). And version 1.4.200 of H2 has MVStore as a stable feature.

This PR also includes fixes for some of the DB migration scripts, so manual changes is required to be made if you migrate with existing DB. Moreover to be able to benefit from new MVStore you will need to perform conversion for your existing H2 DB from PageStore to MVStore.

P.S. Also this PR contains small pmd/checkstyle fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants