1.

Full backup size is 300 GB, usually my diff backup size varies between 300 MB and 5 GB, unfortunately, one-day diff backup size was increased to 250 GB? What might be the reason any idea?

Answer»

UNION blends the contents of two structurally-compatible tables into a solitary joined table. The distinction among UNION and UNION ALL is that UNION will discard duplicate RECORDS through UNION ALL will incorporate duplicate records. Note that the presentation of UNION ALL will commonly be superior to UNION  SINCE UNION REQUIRES the server to do the extra work of expelling any duplicate. In this way, in situations where there is a surety that there won't be any copies, or where having copies isn't an issue, utilization of UNION ALL eventual suggested for performance REASONS. Let's have a look at the below examples explaining the usage of both. In the first, we have used UNION and in the second we have explained UNION ALL.



Discussion

No Comment Found