如何将新的 RT 索引与现有的大型 MySQL table 一起用于 Sphinx / Manticore?

How to use new RT index with existing large MySQL table with Sphinx / Manticore?

我有一个很大的 (200Gb) MySQL table,它随着新行不断增长。是否可以在 Manticore 中创建一个 RT 索引并用来自 table 的现有数据填充它?或者是否可以使用新的 charset_table 更改现有的 RT 索引并可以搜索所有 table 数据,现在仅在更改索引后添加?

我找到了解决办法! Attaching a plain index to an RT index.

首先,使用源创建一个普通索引,然后将其附加到 RT 索引并使用新传入数据填充 RT 索引。在我的例子中,普通索引花费了将近 2 小时,附加不到一秒。