...
So we want to do the following:
- handoff:After datanode flushes has flushed segment to persistent storage, query node loads will load the segment's binlogs from the persistent storage and replaces the growing segment with sealed segment.
- load balance:Automatically balance allsealed all sealed segments on query nodes to avoid some of the idle computing and storage resources,and speed up the overall query.
...