Right now, we have one main enterprise database that has all of our data on it. It is using the old LGIM structure. There are probably around 75 feature classes of varying sizes stored on it. Most are fairly small, however. Largest feature class is probably a point address file with ~40k addresses in it followed by a parcel file with ~30k parcels.
My goal is to have the current version that our entire organization (including editors) is connected to act as a "Read-only" version. I want to clone it and make that clone the editing environment for our editors. I'd then like to have that edit version overwrite the read-only version on a schedule basis (ideally nightly).
First of all, is this a practical workflow with an enterprise database of this size? I have no idea what the limitations for replication are. I have no idea how long it would take for it to overwrite the entire database and I can't find any resources that discuss that. If that isn't practical, are there any other alternatives?
Second, assuming it is feasible, are there any pitfalls to this method?
I appreciate any help that you can provide!