[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] Monotone speedup by adding additional database indi
From: |
Ralf S. Engelschall |
Subject: |
Re: [Monotone-devel] Monotone speedup by adding additional database indices? |
Date: |
Thu, 11 Oct 2007 08:11:04 +0200 |
User-agent: |
Mutt/1.5.16 OpenPKG/CURRENT (2007-06-09) |
On Wed, Oct 10, 2007, Bruce Stephens wrote:
> Chad Walstrom <address@hidden> writes:
>
> [...]
> > Would there be a way to tell sqlite to ignore indices for given
> > operations, such as pulls?
>
> That strikes me as a low-level question that should be ignored (at
> least unless it causes some measurable problem).
>
> One would hope that SQLite will only (or mostly, anyway) use indexes
> when they'll be beneficial. Index updates strike me as more likely to
> be a problem, but I doubt it makes sense to suggest sometimes not
> updating indexes.
SQLite has a sufficient optimizer and uses indices only where it really
makes sense. See http://www.sqlite.org/optoverview.html for some
details.
Ralf S. Engelschall
address@hidden
www.engelschall.com
- [Monotone-devel] Monotone speedup by adding additional database indices?, Ralf S. Engelschall, 2007/10/10
- Re: [Monotone-devel] Monotone speedup by adding additional database indices?, Nathaniel Smith, 2007/10/11
- Re: [Monotone-devel] Monotone speedup by adding additional database indices?, Ralf S. Engelschall, 2007/10/11
- [Monotone-devel] Re: Monotone speedup by adding additional database indices?, Lapo Luchini, 2007/10/11
- [Monotone-devel] Re: Monotone speedup by adding additional database indices?, Lapo Luchini, 2007/10/11
- Re: [Monotone-devel] Re: Monotone speedup by adding additional database indices?, Markus Schiltknecht, 2007/10/12
- [Monotone-devel] Re: Monotone speedup by adding additional database indices?, Lapo Luchini, 2007/10/12
[Monotone-devel] Re: Monotone speedup by adding additional database indices?, Lapo Luchini, 2007/10/11