I'm using the acts as indexed to sort of implement a full text search for titles of stories. This is working perfectly, but it seems it stores these indexes in files. This worries me since I fear there may be a lot of IO which could be slow since it doesn't seem to scale. Any comments on this are appreciated. Thanks!
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
ANNOUNCE: Acts_as_indexed - Pure Ruby full-text indexed search | 0 | 104 | August 30, 2007 | |
ANNOUNCE: Acts_as_indexed 0.4.3 - Pure Ruby full-text indexed search | 2 | 123 | November 29, 2010 | |
ANNOUNCE: Acts_as_indexed 0.1 - Pure Ruby full-text indexed search | 1 | 119 | November 29, 2010 | |
Acts_as_ferret is not indexing either locally or remote | 2 | 151 | December 1, 2010 | |
Full text search on Rails using the acts_as_solr plugin | 0 | 119 | May 29, 2009 |