in reply to Re: Is 100% CPU utilisation during a procees is aproblem?
in thread Is 100% CPU utilisation during a procees is aproblem?
SQLite is expressly designed to physically verify (“re-read”) every disk-write that occurs.
What you are suggesting would require extra (unnecessary) IO. And if the process were performing more IO, then the CPU usage would be reduced, *not increased*.
(Have you ever considered actually testing one of your theories before posting?)
|
---|