【发布时间】:2013-07-29 06:13:49
【问题描述】:
我正在考虑使用 django-sphinx-db https://pypi.python.org/pypi/django-sphinx-db
在我安装它之前,我只是想我会检查一下:
是否可以将特殊的 sphinx 表与常规的 mysql 表连接起来?我可以使用原始查询来做到这一点吗?
关于 django-sphinx-db 的任何其他想法?有什么理由我不应该使用它?
我打算在 sphinx 中索引一些文本内容,但会在 mysql 表中包含匹配的图像。所以我需要对内容表和图像表进行连接。
【问题讨论】:
标签: django sphinx django-sphinx