How do you efficiently remove a replica from a replica set?

G

Guest

I have a replicated database. Each user has their own replica to control
their input in the database. Up until now I have simply deleted the user's
replica when they are no longer participating. I noticed that During the
creation of a replica, it says that the replica is added to a record of
replicas that can synchronize with the master. This made me concerned
whether I was building a large record of unused replicas that the Master copy
would synchronize with? Are my concerns well founded or is the DELETE key an
acceptable way for removing replicas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top