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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -