- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Maxime Subject: Re: Slow indexing... why?
Try build DataparkSearch with threads support (by adding --enable-pthreads switch to configure options). With this you may run several indexing treads sultaneously, use -N switch for indexer to specify number of indexing threads running. If you're limited by database connections, you may add -U switch for indexer to use one connaction to databases sharable for all indexing threads. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1116529887
