Partial Replication
Partial replication is a replication feature that replicates only the specified entries and a subset of attributes for the specified entries within a subtree. You can use the information provided here to know more about partial replication.
The entries and attributes that are to be replicated are specified by the LDAP administrator. Using partial replication, an administrator can enhance the replication bandwidth depending on the deployment requirements. For instance, an administrator may choose the entries of the object class person with cn, sn, and userPassword attributes to be replicated and description attribute not to be replicated.
dn: cn=replicationfilter1,cn=localhost
objectclass: ibm-replicationfilter
ibm-replicationFilterattr: (objectclass=person):!(sn)
ibm-replicationFilterattr: (objectclass=*):(*)In this case, if the filter
ibm-replicationFilterattr: (objectclass=person):!(sn) is given, then entries with
object class as person will fail to replicate and block the replication because
sn is a MUST attribute for the person object class.- Object class attributes of an entry
- Naming attribute
- All operational attributes
The partial replication feature can be managed using the web administration tool or from the command line.