journaling Questions
2
Solved
Is there a way to reset the journal file. Will it have any implications ?
Right now i have a journal file of 2GB which is occupying lot of space in ec2.
Frilling asked 10/6, 2016 at 11:51
1
Solved
ext3 and ext4 file systems have journaling. Is there any chance there's some API to get details or events about files?
Some kind of API that will allow a user space program to access journal entrie...
Argile asked 20/6, 2012 at 7:14
1
Solved
The documentation is not clear on what happens when the Write Concern j Option is set to true and mongod is running without a journal. Does this indicate that the write operation will return after ...
Playhouse asked 12/4, 2016 at 14:24
2
Solved
I want to daily backups for a single mongodb database, probably with mongodump. To not lose any data, I would like this to be incremental so if something goes wrong in the middle of the day, I need...
Zarah asked 15/8, 2012 at 17:26
1
Solved
I was looking for function which would help me to see which journaling mode is enabled..
I looked here too list of function
There was function to check database status sqlite3_db_status(....) but...
Eiten asked 20/2, 2014 at 8:11
1
Here is my view, and I am not sure if it is right or wrong:
The journaling log is the "redo" log. It records the modification of the data files.
For example, I want to change the field value of ...
Centuple asked 16/4, 2012 at 10:9
1
Solved
I am working on a project for which we are required to use "transaction journaling" in our DBMS (MySQL). We have already switched to using InnoDB in order to use transactions for another requiremen...
Enrich asked 30/3, 2012 at 20:49
1
Solved
ext3 has 3 journaling options: journal, ordered, and writeback. According to the wikipedia entry, these range from least risky to most risky for crash recovery. For some reason, Android's version o...
Unorganized asked 20/9, 2011 at 2:29
1
© 2022 - 2024 — McMap. All rights reserved.