You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: