Hi all,
Could you please clarify below scenario. I have been going through different videos and documents.
Answers for below questions will help a lot for me.
If i create partitioned Delta table, and run Merge data into Delta table and where clause is having Partition & Primary column, will look up go through all the files in the Partition?
Will data skipping stats help here?
Will running "Optimize deltatable ZORDER by (X,Y)" speed up this lookup? Do i need to run this command after every Merge?