i am inserting data into dgraph in batches of 5000-10000 mutations, where ~2000 of them are blank nodes.
does it make sense to use external assigning uids in this case (/assign?what=uids&num=N
)? what benefit will i get here?
did anyone measure memory/cpu consumption or insert rate, how it changes when you replace blank nodes by uids given from zero?