[ 
https://issues.apache.org/jira/browse/DRILL-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806714#comment-13806714
 ] 

Dhruv Gohil commented on DRILL-128:
-----------------------------------

May be we can align our design/efforts with 
http://kentonv.github.io/capnproto/. Seems good idea to have a memory format 
where serializtion/De-serializtion itself is not needed. Then can as easily 
share ValueVector objects across processes. 
P.S. As of now Java/Scala lib seems in progress, only C++ is available.

> Shared Memory Toolkit
> ---------------------
>
>                 Key: DRILL-128
>                 URL: https://issues.apache.org/jira/browse/DRILL-128
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Jacques Nadeau
>
> Because of the focus on the memory format of ValueVectors, Drill could 
> benefit from being able to operate across processes using shared memory.  
> This would be useful in various storage engines such HBase and could also be 
> useful where Drill might be running unsafe code such as when running an 
> untrusted UDF.  Rather than requiring each implementer to build their own 
> interfaces, we should provide some higher level shared tools for this purpose.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to