Sphinx is a free software search engine for indexing database content. NOTE: For the Python documentation tool, use the [python-sphinx] tag.
Questions tagged [sphinx]
21 questions
0
votes
2 answers
which server(s) should I use for my application? (300GB MySQL DB & Sphinx)
Possible Duplicate:
Can you help me with my capacity planning?
I have written an application that uses MySQL & Sphinx for searching and storing information.
the application contains a database that weights 300GB (mostly text, mediumtext and…

YSY
- 115
- 5
0
votes
1 answer
Install Sphinx Search on my Virtual Private Server
I'm trying to install sphinxsearch on a Virtual Private Server that is running Debian GNU/Linux. It seems to depend on upstart-job. Here is the output I get when I try and run the installer.
[ps64518]$ sudo dpkg -i…

vicatcu
- 151
- 6
0
votes
3 answers
Failed Dependencies for Sphinx Search install
Im Running Centos 5.6 im trying to install Sphinx Search but keep getting errors with missing dependencies.
Im running
sudo rpm -Uvh sphinx-2.0.2-1.el5.x86_64.rpm
error: Failed dependencies:
libexpat.so.0()(64bit) is needed by…

CraigH
- 195
- 2
- 7
0
votes
1 answer
Installing Sphinx (2.0.1.beta) --with-mysql fails
I am trying to install sphinx on my centOS 5.6 x64
if I do yum install sphinx I get only 0.9,9 version, and I'd like to install 2.0.1-beta
so I followed the instructions in their documentation and I downloaded source tarball and run
./configure…

DS_web_developer
- 125
- 1
- 1
- 5
0
votes
2 answers
Sphinx indexer slows down the database: How to give it low priority?
All my tables use InnoDB, and I have set sphinx sql_range_step to the minimum, which is 128. This improved the performance a lot, but it is still very slow if you make a request right after a new step begins.
I'm sure it would work just fine if I…

HappyDeveloper
- 81
- 3
- 7
0
votes
0 answers
Old Sphinx 0.99 on Debian 11?
I plan to move several websites that use Sphinx 0.99 including its old PHP API to a new Server running Debian 10 or 11 and wonder if it would even work to get this old Sphinx version running.
To adjust the old PHP API for PHP 8 I think I could do…

Jonny 5
- 101
- 2