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
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
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