vesoft-inc/nebula-importer

enhance data reader logic

オープン

#218 opened on 2022/10/11

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (62 件のフォーク)auto 404
HACKTOBERFESTtype/enhancement

Repository metrics

Stars
 (101 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

importer read all the files in concurrent, it would cause below issues:

  1. if there're 1000+ files, it would read too many data, and would OOM.
  2. one goroutine reads one file, if there is only one file, would import slow even if there're many graph clients.

コントリビューターガイド