Hi @Karthik Elavan ,
Thank you for posting query in Microsoft Q&A Platform.
In simple terms to explain, Azure Synapse Link actually perform copy data from your Source to Data lake. While copying data based on partitions it creates files in Data lake storage account.
Selecting Append Yes, will actually help you to improve your performance. As data here is getting appended. In simple terms, you can think of its like incremental load. When you select Append No then it's like all records loading. Hence when you select Append No, then count shows total number of records.
Hope this helps. Please let me know if any further queries.
----------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.