I'm interested to see an Arrow adapter for Apache Kudu developed. My
gut feeling is that this work should be undertaken in Kudu itself,
potentially having the tablet servers producing Arrow Record Batches
locally and sending them to the client rather than converting to
Kudu's own on-the-wire record format and then deserializing into Arrow
on the receiver side. It might be worth a conversation with the Kudu
community to see what they think.

Of course one can build an Arrow deserializer for the current Kudu C++
client API and probably get pretty good performance. see also
ARROW-814

https://issues.apache.org/jira/browse/ARROW-814

On Tue, Jan 21, 2020 at 12:32 PM Shazz <sh...@metaverse.fr> wrote:
>
> Hi,
>
> I'm thinking of an architecture to store and access efficiently tabular
> data and I was told to look at Arrow and Kudu.
> I saw on the frontpage a diagram where Arrow can be integrated with Kudu
> but nothing in the documentation. Is there an example available
> somewhere ?
>
> Thanks !
>
> --
> sh...@metaverse.fr
> GPG public key ID : B517C4C8

Reply via email to