Is there a way to retrive all the uid in the database?

Is there a way to retrive all the uid in the database ?

I want to delete all nodes that are empty (a node that contains no literal values, since a node like this can only be queried through edges coming from other nodes)

Empty nodes have no value. You do not have to worry about them. There is no way to erase them. You can try to reuse them. But There is currently no way to request all generated UIDs.

this is a good question. ive encountered many node with just uid and there arent any _predicate_on them. i used the filter(NOT has(created_at)) and found a list of those. but when i attempt to delete those object, it does not seems to go away. is this true?

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