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 |
What should all points be taken into consideration while creating a schema in mongodb?
Where is the mongodb database?
Where does mongodb store data linux?
What is write concern in mongodb?
Whether use to safe backup log feature in mongodb?
How can you enter multi line operations in the mongo shell?
If you remove an object attribute, is it deleted from the database?
Explain the structure of objectid in mongodb.?
What are documents in mongodb?
What are the disadvantages of mongodb?
Why are mongodb data files large in size?
Can we store images in mongodb?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)