gortiz commented on issue #13773:
URL: https://github.com/apache/pinot/issues/13773#issuecomment-2283201114

   > Curious if @gortiz / @richardstartin have any advice / suggestions.
   
   I think explorations in this area are very interesting, but AFAIK Panama is 
not fast enough yet. Last month in JCrete we were discussing about how to 
access native code efficiently and it looks like nothing has changed (yet). 
Calling JNI/Panama code per row is prohibitively slow. The good news is that in 
single-stage engine and in the leaf stages in multi-stage engine these calls 
can be done at block level, so we should be able to absorb the cost of the JNI 
call.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to