Questions tagged [sphinx]

Sphinx is a free software search engine for indexing database content. NOTE: For the Python documentation tool, use the [python-sphinx] tag.

20 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
  • 105
  • 4
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…
1
2