[KinoSearch] Index size
Chris Nandor
projects at pudge.net
Wed Oct 18 18:29:05 PDT 2006
At 16:43 -0700 2006.10.18, Marvin Humphrey wrote:
>Something is wrong. Either segments are not being merged away often
>enough, or old, unused segment files are not being deleted.
I was thinking the latter was most likely.
$ ls -l invindex/ | wc -l
6973
$ ls -l invindex/_*.cfs | wc -l
12
$ ls -l invindex/_*.f* | wc -l
6948
I just realized I had code (which I found out Monday I didn't need) to
maintain two indexes, and I was copying files back and forth, which (duh!)
copied the deleted files back and forth. But then I discovered I didn't
need to update a non-live index, since it safely updates the live index.
So, rather than fixing my code, I'll just pull it and update the live index
instead.
--
Chris Nandor pudge at pobox.com http://pudge.net/
Open Source Technology Group pudge at ostg.com http://ostg.com/
_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch
More information about the kinosearch
mailing list