- 人工智能
极限压榨Elasticsearch写入速度
时间:2010-12-5 17:23:32 作者:域名 来源:IT科技类资讯 查看: 评论:0
内容摘要:复制curl-H"Content-Type:application/json"-XPUThttp://localhost:9200/_all/_settings?preserve_existing=t

复制curl -H "Content-Type: application/json" -XPUT http://localhost:9200/_all/_settings?极限
preserve_existing=true -d { "index.translog.durability" : "async", "index.translog.flush_threshold_size" : "512mb", "index.translog.sync_interval" : "60s" } 1.2.3.4.5.