In FlightInfoReader, adbc's java client supports multiple endpoint reads (although in the java client, these endpoints are handled serially), which is great!
However, the bulkIngest function, when importing, can only import data to one endpoint.
Is it possible to support parallel import of multiple endpoints?
For example, we use an MPP type database, we need to do bulkIngest operations, the master returns multiple endpoints (corresponding to different workers), and then sends data to these endpoints at the same time.
In
FlightInfoReader, adbc's java client supports multiple endpoint reads (although in the java client, these endpoints are handled serially), which is great!However, the bulkIngest function, when importing, can only import data to one endpoint.
Is it possible to support parallel import of multiple endpoints?
For example, we use an MPP type database, we need to do bulkIngest operations, the master returns multiple endpoints (corresponding to different workers), and then sends data to these endpoints at the same time.