Video upload date:  · Duration: PT1H46M27S  · Language: EN

A data engineer wants to optimize the databricks video

data-engineer-professional video for a data engineer wants to optimize the following join operation by allowing the smaller dataFrame to be sent to all executor

This is a dedicated watch page for a single video.

Full Certification Question

A data engineer wants to optimize the following join operation by allowing the smaller dataFrame to be sent to all executor nodes in the cluster: largeDF . join ( smallerDF , [“ key ”], "inner" ) Which of the following functions can be used to mark a dataFrame as small enough to fit in memory on all executors ?