| ▲ | brianbcarter 8 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? | ||
| ▲ | tevon 23 minutes ago | parent | next [-] | |
The CRDT enables eventual consistency on these schema updates, so a new field will be eventually consistent | ||
| ▲ | phpnode 6 hours ago | parent | prev [-] | |
Instances that have not updated to the latest version of the schema will ignore the additional property but will not break or conflict. | ||