You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "cbalci (via GitHub)" <gi...@apache.org> on 2024/02/28 18:19:01 UTC

Re: [I] Support mass data export [pinot]

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org