There's no concept of merging in BP, promotion to a higher environment is 'overwrite' rather than 'merge'. Object design come into play here - ideally you should avoid creating single 'mega' objects and instead create a series of smaller objects. This is more efficient in terms of runtime memory but also makes overwriting less disruptive.