Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上问题就像标题所说的那样:)我希望用 MariaDB 测试 SphinxSE,但注意到 MariaDB 附带的当前 SphinxSE 版本是 0.9.9,而当前 Sphinx 版本是 2.0.0(测试版)。
通常我会假设是的,它们需要匹配(或者至少是接近的)但是看到存储引擎基本上只是一个传递,这两个不同的版本是否有可能仍然可以一起工作?
还是我也必须自己重新构建存储引擎?
谢谢!
理论上它应该工作。
旧客户端 (sphinxse) 应该能够联系新服务器 (sphinx)。Sphinx 将只是客户端所说的协议。
不倾向于以另一种方式工作。
但如果有疑问,试试吧:)