Hi,
I'm wondering if there are any plans to support Trino's spooling protocol in this Ruby client?
The spooling protocol (introduced in Trino 466) offers several advantages over the direct protocol:
- Higher throughput for data transfer, especially for large result sets
- Faster query processing completion
- Reduced CPU and I/O load on the coordinator
- Parallel data writing to object storage by coordinator and workers
Currently, official support exists for:
- Trino JDBC driver (v466+)
- Trino CLI (v466+)
Would it be possible to add support for this feature in the Ruby client as well?
Reference: Trino Client Protocol Documentation
Thanks!
Hi,
I'm wondering if there are any plans to support Trino's spooling protocol in this Ruby client?
The spooling protocol (introduced in Trino 466) offers several advantages over the direct protocol:
Currently, official support exists for:
Would it be possible to add support for this feature in the Ruby client as well?
Reference: Trino Client Protocol Documentation
Thanks!