Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: cosmetic improvements

...

  • Job Scheduler assigns Scanner or tablet with its partition ID to proper task, launch the BSP job.

Partitioning internals in Graph module

The internals of the Graph module implemented on top of BSP framework, are pretty simple. Each GraphJobRunner processors reads assigned splits, and loads parsed vertices into memory (Currently disk-based vertices store and sequential vertex processing are not perfect).

...