Can "journalCommitInterval" parameter help to improve IO performance?
116 views
Skip to first unread message
golangnewbie
unread,
Oct 14, 2012, 9:43:23 AM10/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
The default value is 100 and the value range for it is 2 - 300.
Is value 300 better performance than 100 while the reminding conditions are the same ??
What is the size of journal buffer policy? thanks.
Nat
unread,
Oct 14, 2012, 4:53:55 PM10/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
journalCommitInterval is more to do with the consistency of the data in case of power loss or crash. Setting it to lower value helps improve the throughput if you use getLastError with j : true. You should also consult www.mongodb.org/display/DOCS/Journaling+Administration+Notes.