RE: Arrow Flight Server Querying using SQL Commands

2025-04-10 Thread Lee, David (ITE)
r was 10x faster.. -Original Message- From: Ankush Jain Sent: Thursday, April 10, 2025 1:26 PM To: user@arrow.apache.org Cc: user-...@arrow.apache.org; user-h...@arrow.apache.org Subject: Re: Arrow Flight Server Querying using SQL Commands External Email: Use caution with links and attach

Re: Arrow Flight Server Querying using SQL Commands

2025-04-10 Thread Ankush Jain
Hi, To add to what Aldrin said, > query specific columns of batches/tables sitting on an arrow flight server Regardless of what transport you use (gRPC or Arrow Flight or FlightSQL), you need a way to execute a SQL query against the data on your Flight server. Unless you are planning on doing y

Re: Arrow Flight Server Querying using SQL Commands

2025-04-10 Thread Aldrin
Hello! - Arrow flight sql is normally used with databases it seems like, but can you use it with an arrow flight server? Yes and no. Flight SQL is used to communicate with databases, but I don't think it bypasses a flight server, it's just that the target database is, or uses, a flight ser