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
Is it possible to use the sub-database feature using your JNI mapping?
I had a look but not being familiar with c and JNI I can not see how this would work.
Thanks
Pieter
The text was updated successfully, but these errors were encountered:
Sub-databases wouldn't work in the current setup for the 'safe' usage in LMDB... in fact it uses an "x" sub-database instead of using null to denote that the "main" database should be used.
See:
org.fusesource.lmdbjni.leveldb.LMDB - open
The underlying JNI interface does support it via:
org.fusesource.lmdbjni.Env - openDatabase
Correct 'org.fusesource.lmdbjni.leveldb.LMDB' does not support it because
that implements the simpler LevelDB api which also does not support sub
databases.
On Thu, May 22, 2014 at 4:43 PM, Thomas Harning Jr <[email protected]
wrote:
Sub-databases wouldn't work in the current setup for the 'safe' usage in
LMDB... in fact it uses an "x" sub-database instead of using null to denote
that the "main" database should be used.
See:
org.fusesource.lmdbjni.leveldb.LMDB - open
The underlying JNI interface does support it via:
org.fusesource.lmdbjni.Env - openDatabase
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-43941565
.
Hiram Chirino
Engineering | Red Hat, Inc. [email protected] | fusesource.com | redhat.com
skype: hiramchirino | twitter: @hiramchirino
Hi,
Is it possible to use the sub-database feature using your JNI mapping?
I had a look but not being familiar with c and JNI I can not see how this would work.
Thanks
Pieter
The text was updated successfully, but these errors were encountered: