耍酷滑板

文章
7
资源
1
加入时间
2年10月18天

如何提高ElasticSearch 索引速度

我Google了下,大致给出的答案如下:使用bulk API初次索引的时候,把 replica 设置为 0增大 threadpool.index.queue_size增大 indices.memory.index_buffer_size增大 index.translog.flush_threshold_ops增大 index.translog...