Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can journaling features be used to perform safe hot backups?



Can journaling features be used to perform safe hot backups?..

Answer / Lavi Kumari

Journaling in MongoDB is not specifically designed for performing hot backups. Instead, it provides a way to record all writes on disk before they're acknowledged as committed. While this can make recovery easier after an unexpected shutdown or failure, it doesn't directly support the creation of hot backups.nFor safe hot backups, you would typically use tools like mongodump and mongorestore, which offer a way to create and restore full or incremental backups without affecting the production database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What should all points be taken into consideration while creating a schema in mongodb?

1 Answers  


Where is the mongodb database?

1 Answers  


Where does mongodb store data linux?

1 Answers  


What is write concern in mongodb?

1 Answers  


Whether use to safe backup log feature in mongodb?

1 Answers  


How can you enter multi line operations in the mongo shell?

1 Answers  


If you remove an object attribute, is it deleted from the database?

1 Answers  


Explain the structure of objectid in mongodb.?

1 Answers  


What are documents in mongodb?

1 Answers  


What are the disadvantages of mongodb?

1 Answers  


Why are mongodb data files large in size?

1 Answers  


Can we store images in mongodb?

1 Answers  


Categories