'Is a vnode in TDengine able to split?
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?
Solution 1:[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 TDegnine 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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | wade zhang |
