Xiaoguang Sun
Xiaoguang Sun
Rebase the pull request #46
I actually don't have concrete data to back this. It started by my other part of code that's totally in C++ and has nothing related to Java. That code calls...
LZ4 is actually better than zlib for this scenario as it only allocate memory once and the memory it allocates is smaller than zlib. Which makes the overhead less. Anyway,...
Yea, you have a point, Just took a quick look at hotspot code, GetPrimitiveArrayCritical seems to be very heavy. It acquires gc lock first before the actual work. So if...
This document is translated from https://github.com/pingcap/docs/pull/5293
Well done! @humengyu2012 @TomShawn I reviewed the translation and it looks good to me.
> > Well done! @humengyu2012 > > @TomShawn I reviewed the translation and it looks good to me. > > Could you please take a look? Thanks~ I reviewed it...
Looks like it is a binary incompatibility issue. Please paste the full error stack, thanks.
I guess you used a version of PrestoSQL which has incompatible binary interface. This project is built with PrestoSQL 350. What is the version that you are using right now?