上次更新時間
2021年4月29日
|
亦適用於 Communiqué
Issue
Does splitting the search index into smaller indexes improve performance?
Solution
Performance improves for read operations, as they're done concurrently. But write operations are serialzed, so the performance doesn't improve. To improve performance, try placing the search index in a RAM disk.