I don’t understand how this command work.
After executed below command, I insert same schema and a new node with same properties as before.
To drop all data and schema: curl -X POST localhost:8080/alter -d '{"drop_all": true}'
This won’t reset uid to 0x0, right?
If I use func: eq , it only get the new node.
But If I use uid with old node uid. I can also get old data. So, the data drop strategy here is not really drop for efficiency? Will it do really drop automatically in future if storage free space is not enough? Or should I have to stop dgraph and delete p&w directory manually?