RE: Clustering Lucene with 40 Servers

2007-01-05 Thread Steve Harris
I don't know if terracotta is the right solution for you or not but... --> Their examples talk of a 4 node cluster. This is way too small for my needs. No 4 node limit. It was just a sample probably. Cheers, Steve -Original Message- From: Biggy [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: Clustering Lucene with 40 Servers

2006-12-27 Thread Steve Harris
Some quick questions/points: What is the update rate? The number of nodes you described is no problem, the query rate would be no problem too (because they use read locks and act independently). Do all nodes do updates or just 1? How often do these updates occur? Probably best thing to do is g

Re: TerraCotta cluster Lucene

2006-11-09 Thread Steve Harris
Interesting that the article references a post I made here. In the end I did not end up needing that lucene code change for two reasons. 1) I ended up just clustering the RAMDirectory itself so the subclass of the collection ended up not being shared 2) In the coming release (early december) we'l