Radek Hubner

Results 50 comments of Radek Hubner

Hello @pin113, Thank you for reporting this issue. I think your suggestions make sense, but I don't know how much RocksDB code is ready. I tried to remove some compiler...

Hello RocksDB community, We are working on this issue and during API design we came with an important question: _**How wide are the rows usually?**_ I know that wide column...

@adamretter Nothing in my sleeve at the moment, but at least I can replicate what @theolivenbaum mentioned.

@theolivenbaum It's a limitation of linker on windows. By default it only exports from the library you are compiling, in our case rocksdbjni. To export symbols from librocksdb you need...

@theolivenbaum Yes, but then it will double the size of the distribution package(.jar) and code will be there twice. Once as `librocksdb.dll` and second as `librocksdbjni.dll`

@theolivenbaum > Another question about the JNI builds: are they built with or without the jemalloc / tcmalloc flags? Without jemalloc/tcmalloc. We are not at this time planning to support...

Hello @theolivenbaum (cc @rubo) I just updated #12246 Now we should be able to compile and release .dll on windows with rocksdb functions. The solution is not perfect, but it...

Hello @neilramaswamy, I think you really found bug and you are right with the PR which cause this bug. It looks like JNI [code ](https://github.com/facebook/rocksdb/blob/3b736c4aa3b997cc8ca05fda0f004f6e414a8812/java/rocksjni/portal.h#L7743)for `SstFileMetaData` wasn't updated during this...

> Hi @rhubner, were you planning on opening a PR? If not, I can investigate whether the fix you proposed actually works (I haven't actually checked), and I can create...

> @rhubner Do you also need to update the `src.mk` file for the Make build? [I did](https://github.com/facebook/rocksdb/pull/12505/files#diff-3a20926a345d04a495f4c423ad2537a25f641df60480af24ac8bd90e9205ca4b)