[rucksack-devel] rucksack performance
Cyrus Harmon
ch-rucksack at bobobeach.com
Fri Jan 12 08:19:26 UTC 2007
Yes, that's basically right. In sql-speak (roughly), you would insert
your rows and then create the index. or if doing a big bulk update,
drop the index, do your inserts and then rebuild the index. I think
that's what Arthur implied should happen here when you redefine the
class to have the indexed slots, or not.
Cyrus
On Jan 12, 2007, at 12:17 AM, Edi Weitz wrote:
> On Thu, 11 Jan 2007 23:55:35 -0800, Cyrus Harmon <ch-
> rucksack at bobobeach.com> wrote:
>
>> Also, some API support for disabling indexing might be
>> nice. Redefining the defclass forms seems to be a bit "extreme".
>
> Hmm, so you disable indexing, insert or delete a couple of objects,
> and then enable it again? And then you expect the index to still be
> correct? How would you do that with an SQL database? Or am I
> misunderstanding and you just want disabling but not re-enabling?
More information about the rucksack-devel
mailing list