You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/13 16:53:56 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #3858: How do I quickly traverse a very large table?

RussellSpitzer commented on issue #3858:
URL: https://github.com/apache/iceberg/issues/3858#issuecomment-1012321440


   I would look at the Spark Connectors for those other systems, it should be much more efficient than writing your own sinks in the foreach. For example
   
   spark.read.format("iceberg")....write.format("jdbc) ....


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org