I would like to know if Heroku supports Sphinx (and its gem Thinking Sphinx)
-
Why not just try it out? – Mar 09 '11 at 12:31
5 Answers
Looks like Heroku soon will support Sphinx through Flying-Sphinx

- 613
- 1
- 6
- 19
-
1Indeed - with a little bit of luck, I'll be submitting it to Heroku for private beta by the end of this week (it's already gone through alpha testing). – pat Mar 09 '11 at 20:54
-
-
-
-
Just for those who come along here now - Flying Sphinx has been publicly released for the last couple of months, and is running smoothly (but of course I'd say that - I run it). – pat Jul 12 '11 at 11:32
You would need to launch an ec2 instance, and put all the text to search in SimpleDB, or S3, etc then run Sphinx on the EC2. Response would be fast as your heroku app is also on EC2. So the EC2 instance could only handle text searching, with the pretty web site on Heroku.

- 7,132
- 3
- 38
- 55
you can't actually use most text-based searches in heroku because you won't be able to have a writable directory

- 21,406
- 19
- 83
- 132
Tom solution seems possible... I personally moved to Sunspot Solr to deploy to Heroku more easily through Websolr. I love Sunspot, though I do face occasional weird results, especially that I need to reindex all the time. Websolr does have minor hiccups every now and then, but it's getting better.

- 1,545
- 1
- 16
- 27
Thinking Sphinx is supported on heroku but it costs 12 bucks a month, which sorta sucks.

- 7,299
- 14
- 58
- 96