What is the order of execution of queries if it has multiple joins in SparkSQL?
Suppose I have a partitioned parquet files p1 on column c. I have created dataframe on p1 and joining with some other dataframe after that on fiter condition using this column c.
Will this help in execution time?