Questions tagged [journaling]
66 questions
0
votes
1 answer
Mongodb journaling - files are very big
I'm using MongoDB 2.4, and when I start the mongo for the 1st time, I get a 9GB of journaling files on one server, and on the second server I get only 0.5GB of files for journaling.
On the first server, MongoDB take 5 minutes to load! and on the…

Elad Kolberg
- 489
- 1
- 4
- 10
0
votes
1 answer
Is Journal + Majority 100% safe?
I have been reading a few articles on MongoDB fault tolerance, and some people complain it can never really be achieved with MongoDB (like in this article: http://hackingdistributed.com/2013/01/29/mongo-ft/), and this got be confused.
Can someone…

Flavien
- 7,497
- 10
- 45
- 52
0
votes
1 answer
Track Changes Made Through Queries in Access Database
I'm working with an Access database and have found tools to track changes made through forms. I understand it is not possible to track changes made directly through the tables, but I've had a hard time finding out if it's possible to track changes…

yakamafish
- 1
- 5
-1
votes
1 answer
Find Journaling errors in Powershell?
My client is using office365 and I have setup journaling for some of their mailboxes. But as it seems some of the emails they have received, have not been sent to the journal mailbox.
I checked on transaction rules, but those were fine.
What other…

Shanaka Kuruwita
- 689
- 2
- 6
- 19
-1
votes
1 answer
How to change mongo.conf to set journaling
I'm looking to change '/etc/mongo.conf' to set journaling smallfiles=true, but I don't have write permission.
Is there a right way to to it?

nipe
- 1
-2
votes
2 answers
What java data structure is suitable for an offset based journal like kafka with single partition?
I am searching for a data structure that works similar to a Apache Kafka topic with one partition:
A sender will always append to the end of the journal
Each appended message gets a strictly increasing increasing offset
The messages are persisted…

Christian Schneider
- 19,420
- 2
- 39
- 64