I'd prefer to deep copy that in order to avoid complications with updates.
Don't try to make a deep copy of that -- you'll pull in half the database.
This is a situation where you either have to deep copy or handle the complication of updates.