- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: Recommendation On Settings

If you're using both cached and stored, you do not need to enable 
OptimizeAtUpdate, since those daemons doing optimization in background.

Disabling zlib library is bad idea, because reading compressed data from disk 
with uncompressing in memory required less time rather reading uncompressed 
data from the disk, this difference is much greater for large databases. AT the 
second, with zlib you can safe your networnet bandwidth, if remote server also 
support content compression technology.

If search time is critical for your, you need to select FS on read speed. I do 
not compaire different FS with dpsearch, so you have to investigate this case 
youself.

For big database is useful to install SQL server on dedicated PC and optimize 
this PC for this SQL-server. Also, PgSQL is preferred for multi million docs 
installation.

For cache dbmode, SQL server is not uses in searching, so, if you donot use 
dbmode cache, try it.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1158082402

Reply via email to