I Want to Do
Use Dgraph Bulk loader to:
- Load data after the
alphas
have been started in the past - Use the bulk loader to generate the
out
directories multiple times for different datasets
What I Did
I have a Dgraph HA cluster running on GKE and have used the dgraph live
loader to load some initial data. Will stopping the alphas
, copying over some more *sst
files to the p
folder generated by the bulk loader
work?
Also, when I have used the bulk loader to generate an initial dataset, but then want to use it to generate another load, is the best practice to just use another output folder? Is there any convention that needs to be followed naming-wise for the generated files?