- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: DP on Shared Server

Yes, to speed-up searches, dpsearch uses in-memory preloading of url data and 
chache mode limits data, this take around 20 bytes per URL for one document 
indexed and 20 bytes per one entry of cache mode limit. Also all stopwords, 
acronyms, synonyms and ispell data also loading into memory to serve search 
queries. Thus, you can calculate required memmory size depending on how many 
documents you have to index and what options would like to use in your 
installation. 
Without using searchd (preloading of all data), ispell data, acronyms, synonyms 
and with small stopword file, you can get around 100k-200k searchable under 2 
secs for cache mode on modern PC with fast HDD.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.com/cgi-bin/simpleforum.cgi?fid=03;topic_id=1151219446

Reply via email to