How to delete multiple uids

Hi

How do I delete multiple uids from a previous query - (curl and Ratel) and or, a go client?

I have seen som talk about using transactions ; last comment:
https://github.com/dgraph-io/dgraph/issues/903

Can it be done in Ratel/curl mutation or should I create a go client that keeps a list of uids.

I can not find any samples on this?

Thanks in advance

What @pawanrawal explains in the end of this issue is what you can do right now in Dgraph. The process is the same for all clients.

You can do it in a single transaction with N operations or multiple transactions. It makes no obvious difference.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.