What Happens to Data When Schema Is Changed

Hello,

What would happen to my data if I have 100 books stored under a Book vertex and then I DROP Book from my schema?

You would also lose the data associated with the book Vertex.

If you remove an attribute from the book vertex you would only lose data from that attribute type.

If you added an attribute you would lose no data.

2 Likes