Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61973 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2013-12-16 10:50 +1100 |
| Last post | 2013-12-16 10:50 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? Chris Angelico <rosuav@gmail.com> - 2013-12-16 10:50 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-12-16 10:50 +1100 |
| Subject | Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? |
| Message-ID | <mailman.4157.1387151420.18130.python-list@python.org> |
On Mon, Dec 16, 2013 at 10:12 AM, Cameron Simpson <cs@zip.com.au> wrote: > + traditionally, sqlite is extreme fsync() happy; forces a disc > level flush on each commit - extremely slow on busy databases, > not to mention hard of drives I'd say that's correct behaviour. A commit should be sync'd to disk. If you don't want it to go to the disk yet, don't commit yet! ChrisA
Back to top | Article view | comp.lang.python
csiph-web