Re: Long running processes and commit writing to disk

2022-04-08 Thread Ron
On 4/8/22 11:39, Shaozhong SHI wrote: When long running processes got disrupted, one may not see any expected result. How to make sure that the result of each operation is saved to disk in a loop? That would of course depend on how often you begin and commit transactions. -- Angular momen

Long running processes and commit writing to disk

2022-04-08 Thread Shaozhong SHI
When long running processes got disrupted, one may not see any expected result. How to make sure that the result of each operation is saved to disk in a loop? Regards, David