Deploying large data on mongodb replicaset -
can deploy large database copying files (eg. testing database files: testing.0,testing.1,testing.ns found on mongodb dbpath) server target servers (replica set) avoid usage of communication bandwidth replication (in case deployed primary)? want avoid slow process of replication.
if journaling enabled, effect on process?
yes can, valid way of solving having tedious , time consuming replication between members of distanced or latenced network.
if journaling enabled nothing happens, copying via file system goes around mongodb.
Comments
Post a Comment