I am thinking of using django-sphinx-db https://pypi.python.org/pypi/django-sphinx-db
Before I install it, just thought I would check:
Is it possible to join the special sphinx tables with the regular mysql tables? Can I do this using raw queries?
Any other thoughts on django-sphinx-db? Any reason I should not use it?
I plan to index some text content in sphinx, but will have the matching images in a mysql table. So I would need to do a join of the content table and the image table.