Comment by brianbcarter
10 hours ago
Cypher-over-Gremlin is a smart call — LLMs can write Cypher, makes the MCP angle viable in a new way.
How dos Yjs handle schema migrations? If I add a property to a vertex type that existing peers have cached, does it conflict or drop the unknown field?
The CRDT enables eventual consistency on these schema updates, so a new field will be eventually consistent
Instances that have not updated to the latest version of the schema will ignore the additional property but will not break or conflict.