We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@wey-gu
Using below config file...
Thanks in advance
version: v2 description: example removeTempFiles: false clientSettings: retry: 3 concurrency: 1 # number of graph clients channelBufferSize: 1 space: StudentCentral connection: user: root password: nebula address: rp-nebula-graphd-svc:9669 postStart: commands: | DROP SPACE IF EXISTS StudentCentral; CREATE SPACE IF NOT EXISTS StudentCentral(partition_num=6, replica_factor=2, vid_type=FIXED_STRING(80)); USE StudentCentral; CREATE TAG IF NOT EXISTS Student(sudentId string, hcs string, docInstance string); maritalStatusId int, raceIds string); afterPeriod: 8s logPath: /csv_data/err/test.log files: - path: ./students/*.CSV batchSize: 10000 inOrder: false type: csv csv: withHeader: false withLabel: false delimiter: "," schema: type: vertex vertex: vid: type: string index: 0 tags: - name: Patient props: - name: sudentId type: string - name: hcs type: string - name: docInstance type: string
The text was updated successfully, but these errors were encountered:
Sorry for the late response, didn't manage to clean my notifications in mailbox.
Yes, this should be done in an on-demand way to yield each file in a separate fashion instead of loading them in RAM in one go.
Sorry, something went wrong.
#264 How many files are supported for configuration now.
No branches or pull requests
@wey-gu
Using below config file...
Thanks in advance
The text was updated successfully, but these errors were encountered: