acts as indexed suitable?

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!