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 wiredtiger-users
Hello, i have some doubts about MongoDB.
I have read that is not possible to make an undo. But as far as I know it uses write ahead logging.
So what information is writting into log? Does it apply a steal policy?
Thank you.
Keith Bostic
unread,
Nov 24, 2019, 1:27:14 PM11/24/19
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 wiredtiger-users
WiredTiger has a no-steal policy.
WiredTiger does support write-ahead logging, but does not write undo records into the log (which implies that all modifications for an unresolved transaction must fit into memory).