Not sure if I should put this here or at the sphinxsearch.com/bugs/ I tried their forums with no luck.
Its my understanding that the max multi-query is closer to 32 queries however I have one
that is currently 21 but I can't seem to get it to work reliably. I have tried limiting
total queries down from 21 to 10 and both 10 and 11 queries at once will sometimes
succeed and sometimes fail. I have 5 filters on each query and a group being performed.
Could it be possible that the total query string to the sphinx server is just too large?
That is a interesting problem. Please try your multiquery together with php or python client, provided by Andrew Axyonoff and check the result. The problem could be caused by cppsphinxclient, so we should verify this. Or at least provide some more information, please.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not sure if I should put this here or at the sphinxsearch.com/bugs/ I tried their forums with no luck.
Its my understanding that the max multi-query is closer to 32 queries however I have one
that is currently 21 but I can't seem to get it to work reliably. I have tried limiting
total queries down from 21 to 10 and both 10 and 11 queries at once will sometimes
succeed and sometimes fail. I have 5 filters on each query and a group being performed.
Could it be possible that the total query string to the sphinx server is just too large?
Also I am using the http://pecl.php.net/sphinx/ extension that utilizes libsphinxclient.
Information:
------------
OS: Solaris 10 on SPARC
Sphinx: 0.9.8.1 & 0.9.9 rc1
Pecl CVS build: 0.2.0 r1.17
searchd.log:
------------
WARNING: failed to receive client request body (client=127.0.0.1)
API Error:
----------
"send() error: Resource temporarily unavailable"
That is a interesting problem. Please try your multiquery together with php or python client, provided by Andrew Axyonoff and check the result. The problem could be caused by cppsphinxclient, so we should verify this. Or at least provide some more information, please.
PS: I haven't tested multiqueries thoroughly, so this is important feedback for me.