Optimizing by merging diffrent objects.

Depends on how many drawcalls you can comfortably handle on the lowest end system you wish to support.

Merging too much will negate occlusion, so the whole mesh will always be loaded.
If that is just one regular sized room it would likely be fine.
If it is a 300m^2 hangar it likely would not.