Dropped Vertex Attribute But Disk Usage Is The Same

Hi all,

I was wondering if there is some scheduled procedure that happens to clean removed data from disk.

I made a change to a vertex type where I dropped an attribute. I have about 27 million vertices.

The before and after partition usage was the same using gadmin status -v however.

How do you clear those dropped attributes from disk?

I did a gadmin restart, but to no avail.

Still looking for an answer, this is on an enterprise instance, not the dev docker container.

Any help/insight would be appreciated.

@tigergraphuser can anyone respond to the above query, I am also facing a similar issue. Also, I am not to drop vertex/edge from a graph from a terminal (I used Drop vertex vertex_name), it’s saying vertex does not exist. Please let me know.