91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

elasticsearch 特殊命令

發布時間:2020-07-03 00:48:55 來源:網絡 閱讀:777 作者:大海之中 欄目:開發技術
  1. 重置備份


    curl -XPUT "http://localhost:9200/_settings" -d'

    {

      "number_of_replicas" : 2

    }'


2. 安全關閉

  

curl -XPUT http://localhost:9200/_cluster/settings -d'

{

    "transient" : {

        "cluster.routing.allocation.enable" : "none"

    }

}'




curl -XPUT http:// localhost:9200/_cluster/settings -d'

{

    "transient" : {

        "cluster.routing.allocation.enable" : "all"

    }

}'


3. 關閉自動刷新


大批量插入之前

# curl -XPUT http://127.0.0.1:9200/*-d'

{

  "settings" : {

    "refresh_interval": "-1"

  }

}'

大批量插入之后改回1


4. 索引別名

 

curl -XPOST 'http://localhost:9200/_aliases' -d '

    {

        "actions": [

            {"remove": {"index": "*", "alias": "*"}},

            {"add": {"index":"*", "alias": " *"}}

        ]

    }'


5. 手動分配分片

 

分配一個未分配的分片到指定節點。可以指定索引名和分片號。node參數指定分配到那個節點。allow_primary參數可以強制分配主分片,不過這樣可能導致數據丟失。

curl -s "http://localhost:9200/_cat/shards" | grep UNASSIGNED

curl 'localhost:9200/_nodes/process?pretty'


curl -XPOST 'localhost:9200/_cluster/reroute' -d '{

        "commands" : [ {

              "allocate" : {

                  "index" : "your_index_name",

                  "shard" : 1 (share index),

                  "node" : "AfUyuXmGTESHXpwi4OExxx(NODE 編碼)",

                  "allow_primary" : true

              }

            }

        ]

    }'


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

龙门县| 丰都县| 禄丰县| 扶沟县| 蓬莱市| 永定县| 榆树市| 吴桥县| 平南县| 沈丘县| 平山县| 金堂县| 彭水| 莱芜市| 广平县| 安丘市| 洮南市| 汉中市| 永清县| 临安市| 安陆市| 盐津县| 平利县| 林芝县| 邮箱| 玛沁县| 延庆县| 游戏| 伊通| 新竹县| 砚山县| 镇康县| 滨州市| 海安县| 吐鲁番市| 会宁县| 潮州市| 霞浦县| 马边| 周口市| 江华|