Yonik Seeley wrote:
On 9/11/06, Michael McCandless <[EMAIL PROTECTED]> wrote:
However, I do think it would be a good idea to [optionally] add a
sync() call on committing the segments file to still be robust to OS /
machine crashing... it would slow down performance of indexing but
hopefully not by too much since the segments file is small.
To increase crash resilience, one would want to sync all the segment
files *before* writing the new segments file. Of course it's not
always easy to ensure data is actually on stable storage:
http://brad.livejournal.com/2116715.html
Ahh yes you're right.
And indeed even with sync. writing of all the segments files, the hard
drives themselves often cache writes by default these days.
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]