in reply to Is 100% CPU utilisation during a procees is aproblem?
Replies are listed 'Best First'. | |
---|---|
Re^2: Is 100% CPU utilisation during a procees is aproblem?
by BrowserUk (Patriarch) on Nov 25, 2014 at 04:18 UTC | |
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.
| [reply] |
Re^2: Is 100% CPU utilisation during a procees is aproblem?
by Anonymous Monk on Nov 25, 2014 at 14:01 UTC | |
SQLite is expressly designed to physically verify (“re-read”) every disk-write that occurs That is wrong and this is the fourth time you've been called out on it (1, 2, 3). You've been touting this "fact" over and over for at least three years. Your claims that SQLite "physically verifies writes" and "re-reads to verify writes" are entirely incorrect, and the "re-reading" claim has been outdated since 2007:
(source, emphasis mine - note "The information in this article applies only when SQLite is operating in "rollback mode", or in other words when SQLite is not using a write-ahead log.") This is not the first time you've made the same "mistake" repeatedly while being corrected. (e.g. 1, 2) A few more recent references: 1, 2 You have now confirmed that you are a troll. Congratulations on being such an effective one; you've caused a lot of wasted time. | [reply] |
Re^2: Is 100% CPU utilisation during a procees is aproblem?
by karlgoethebier (Abbot) on Nov 25, 2014 at 18:48 UTC | |
How Do People React to You? [] True Update: Added receiver. «The Crux of the Biscuit is the Apostrophe» | [reply] |