opensubscriber
   Find in this group all groups
 
Unknown more information…

j : java-dev@lucene.apache.org 21 November 2008 • 7:34AM -0500

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing
by Mike Klaas

REPLY TO AUTHOR
 
REPLY TO GROUP





On 19-Nov-08, at 5:12 AM, Michael McCandless (JIRA) wrote:
>
> How can the VM system possibly make good decisions about what to swap
> out?  It can't know if a page is being used for terms dict index,
> terms dict, norms, stored fields, postings.  LRU is not a good policy,
> because some pages (terms index) are far far more costly to miss than
> others.

A note on this discussion: we recently re-architected a large database-
y, lucene-y system to use mmap-based storage and are extremely pleased  
with the performance.   Sharing the buffers among processes is rather  
cool, as Marvin mentions, as is the near-instantaneous startup.

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@luce...
For additional commands, e-mail: java-dev-help@luce...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.