Author: Alexander Barkov
Email: b...@mnogosearch.org
Message:
Hi,

> Hi Guys,
> 
> To improve performance, I split my index database (reindexing from start) on 
> 2 different platforms.
> 
> Separetely, the search.htm works perfectly, limited in each of the indexes of 
> course.
> 
> I would now like to merge the search so data is taken from the 2 SQL servers. 
> I saw in the doc the brief explanation, but it is a bit confusing to me.
> search.htm is PHP and the explanations are made for a more risky CGI.
> 
> Does someone knows the trick for the PHP version of the search script ?

You can use Udm_Alloc_Agent_Array() to specify multiple databases:
http://www.php.net/manual/en/function.udm-alloc-agent-array.php

However, the PHP module does not support parallel execution.
It queries the database consequently.

Note, the CGI version queries the databases in parallel.
So it should be faster.

Btw, how many documents do you have? 
What is the output from "indexer -S"?

> 
> Thanks in advance

Reply: <http://www.mnogosearch.org/board/message.php?id=21604>

_______________________________________________
General mailing list
General@mnogosearch.org
http://lists.mnogosearch.org/listinfo/general

Reply via email to