Re: mRFC 0024: Full text indexing in Midgard
Jukka Zitting <[email protected]>
| Newsgroups | gmane.comp.web.midgard.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 1/3/06, Torben Nehmer <[email protected]> wrote: > What about "load balanced" systems here? E.g. three web servers accessing the > same database server serving the same host? > > Wouldn't it be more efficient (and equivalent) to have a single unique index as > well? The Lucene indexes are normally stored in the file system, and can only be accessed directly on the same host. An alternative would of course be to access the index over the network like is done with the MidCOM indexer, but that brings a slight performance overhead and makes the indexer process a more critical resource. As I wrote in http://jukkaz.wordpress.com/2006/01/03/implementing-mrfc-0024/, I've now been experimenting with the various integration mechanisms. Using a network protocol might actually make sense since none of the options for linking Lucene directly with midgard-core seem to be very attractive. BR, Jukka Zitting -- Yukatan - http://yukatan.fi/ - [email protected] Software craftmanship, JCR consulting, and Java development