After creating many tables in TDengine, there are a lot of vnodes in my TDengine cluster. However, I find one of the vnode is too busy. So I want to split the vnode into two. Is there a way to do that?
2 Answers
Yes in the version 3.1.x.x TDengine to come , it will support vnode split function , but it is only supported by enterprise version.

- 11
- 1
No, TDengine doesn't provide this functionality for user to split the tables in one vnode to 2 or multiple vnodes. The essential of this request is to move some tables out of the busy vnode so that its load can be downgraded to a reasonable level and let another 2 or more vnodes handle the tables moved out. I understand the requirement. However, in near future we will have a feature that TDengine will automatially does some load balancing work once new vnodes are added in the cluster, this can help you. However, the problem of this new feature is that users can't control which tables are moved out to which vnode.

- 1
- 1