cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Photon and UDF efficiency

Dekova
New Contributor II

When using a JVM engine, Scala UDFs have an advantage over Python UDFs because data doesn't have to be shifted out to the Python environment for processing. If I understand the implications of using the Photon C++ engine, any processing that needs to take place in the JVM (Scala UDFs) or in the Python environment (Python and Pandas UDFs) both need to have data serialized and/or shifted for processing.

Is my understanding correct? Do Scala UDFs lose their performance advantage when using the Photon C++ engine?

1 ACCEPTED SOLUTION

Accepted Solutions

-werners-
Esteemed Contributor III

Photon does not support UDFs:
https://learn.microsoft.com/en-us/azure/databricks/runtime/photon#limitations

So when creating a UDF, photon will not be used.

View solution in original post

1 REPLY 1

-werners-
Esteemed Contributor III

Photon does not support UDFs:
https://learn.microsoft.com/en-us/azure/databricks/runtime/photon#limitations

So when creating a UDF, photon will not be used.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group