How to move a index from one index node to anther index node in couchbase

微笑、不失礼 提交于 2020-06-28 03:32:20

问题


I have 6 index nodes in couchbase cluster. I would like to replace once index node and move indexes from old index node to new index node. What is best practice for moving indexes from once node to another ?


回答1:


In Couchbase 5.5, you can use the ALTER INDEX statement to move an index from one node to another. Couchbase 5.5 will be released within a couple of weeks.

https://developer.couchbase.com/documentation/server/5.5/n1ql/n1ql-language-reference/alterindex.html



来源:https://stackoverflow.com/questions/51417008/how-to-move-a-index-from-one-index-node-to-anther-index-node-in-couchbase

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!