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?)


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^2: Is 100% CPU utilisation during a procees is aproblem?