cbalci commented on issue #12315: URL: https://github.com/apache/pinot/issues/12315#issuecomment-1969574685
@egalpin have you looked into using [Spark Connector](https://github.com/apache/pinot/tree/master/pinot-connectors/pinot-spark-3-connector) for batch reading data from Pinot? It is more efficient compared to broker queries for exporting large amounts of data. It connects directly to servers and uses the grpc streaming for memory efficiency. Also with Spark you should be able to export in popular formats easily. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
