Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So we want to do the following:

  1. 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.
  2. 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.

...