Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Arrow results over the wire #17

Open
niviksha opened this issue Jan 28, 2021 · 0 comments
Open

Add support for Arrow results over the wire #17

niviksha opened this issue Jan 28, 2021 · 0 comments
Projects

Comments

@niviksha
Copy link

With OmniSci 5.5, we added the ability to return results as Arrow buffers over thrift. This is faster and more scalable than the native thrift types.

We should ideally have our execute method on ibis use this transport by default - we will need to (client side) unwrap the arrow buffer into a pd data frame, but it's worth doing it and benchmarking.

@xmnlab xmnlab added this to To do in Release 1.0 Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant