Commit and Moveout
Hi Team,
Would like to know , whether COMMIT statment will invoke moveout process, so that the data in WOS (Memory) moves to ROS (Disk). Please explain.
0
Hi Team,
Would like to know , whether COMMIT statment will invoke moveout process, so that the data in WOS (Memory) moves to ROS (Disk). Please explain.
Comments
Hi,
Issuing a COMMIT will not trigger a moveout. By default, TM Moveout runs every 300 seconds (this is governed by the configuration parameter 'MoveOutInterval' - default is 300 seconds). Data will remain in WOS even after a COMMIT until the next moveout run.
Thanks
Gayatri
Hi,
Thanks for getting back to me. So my understanding , is that there is slight possiblity of lossing the data even after commiting the data, like all nodes going down together in a cluster before the moveout happens.
The real safe point as for us the data is concerned is that "The checkpoint epoch", which is the latest epoch for which there is no data in the WOS. Please correct me , if my udnerstanding is wrong.
Thanks, Now I am clear