You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the .h2.db augmented wordnet occupies 1.3G, which is quite a lot. H2 1.4.x supports in-memory compression , which could bring quite dramatic memory reduction (10x)
Alas, in H2 1.3.x version we're using compression is not supported. 1.4.x series is beta and loading non-augmented wordnet sql with it takes forever (never had the patience to arrive to end of the loading with my laptop,maybe it's an H2 bug)
The text was updated successfully, but these errors were encountered:
Currently the .h2.db augmented wordnet occupies 1.3G, which is quite a lot. H2 1.4.x supports in-memory compression , which could bring quite dramatic memory reduction (10x)
Alas, in H2 1.3.x version we're using compression is not supported. 1.4.x series is beta and loading non-augmented wordnet sql with it takes forever (never had the patience to arrive to end of the loading with my laptop,maybe it's an H2 bug)
The text was updated successfully, but these errors were encountered: