Nitrite/Java: Using rocksdb as storage engine #31
tmoliveira
started this conversation in
General
Replies: 0 comments 5 replies
-
This environment variable is for building the rocksdb from source using cmake tool. Nitrite is using pre-built jar for rocksdb from maven. So facebook can only answer if they build the source using the said flag on or not. Otherwise, you can build the rockdb jar from source setting this custom flag on and supply it as nitrite dependency in your application. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am using nitriteDb with rocksdb all is working properly in Linux and MacOS. However, in Windows, if the path to the db contains any special character (just like 'ç' or 'õ') it fails to open the DB. I read that there is a compilation env$WITH_WINDOWS_UTF8_FILENAMES$ that seems to solve this issue but I am not sure how to use it. I also have dig into the java library and not found any option to solve this.
Any tip on this?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions