GitHub user adaros92 created a discussion: Is there a way to do spatial 
partitioning like we can with RDD using DataFrame API?

Docs say we need to broadcast the data to get spatial indexing with broadcast 
index join but this is a problem when the data is too large to fit in one node 
https://sedona.apache.org/latest/api/sql/Optimizer/?h=broadcast#broadcast-index-join
 

Any other way to trigger spatial indexing on the join? We can do this with RDD 
spatial partitioning and it works, but would like to preserve data frame API 
without converting back and forth from/to RDD. 

GitHub link: https://github.com/apache/sedona/discussions/2554

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to