Yonik Seeley wrote:
One could keep around all old segments until a close() but that would
cost disk space.

One could optimize that so that intermediate segments, created since open, would be deleted. So, for example, batch indexing starting with an empty index could freely delete segments as they're obsoleted, since no one else should yet reference them.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to