4 ms·
Effectively, moving from RDB to a graph database just shifts relationship resolution from query time to insert/update time. Sometimes this can be an advantage.
by eurasiantiger 3y ago
Effectively, moving from RDB to a graph database just shifts relationship resolution from query time to insert/update time. Sometimes this can be an advantage. I’d even wager usually.
- deleted 3y ago[deleted]
- bavell 3y agoWell said and agreed!
- mistermann 3y agoThis is very good news for my purposes, thank you!
- lolive 3y agoIt also switches you from schema-based data model to schemaless data model.
- deleted 3y ago[deleted]