Slide 15
Slide 15 text
Journaling
• Write ahead logging
• Operations written to journal before memory
mapped regions
• Private view
• Shared view
• Once journal written, data safe unless
hardware problem
• By default, journal flushed every 100ms,
100mb of writes, or on write concern of j=true
• User configurable with --journalCommitInterval