File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ operations, which makes it easy to build applications with it.
116
116
| Architecture | Sharded and Distributed | Single server (+ replicas in enterprise) | Layer on top of other distributed DBs |
117
117
| Replication | Consistent | None in community edition (only available in enterprise) | Via underlying DB |
118
118
| Data movement for shard rebalancing | Automatic | Not applicable (all data lies on each server) | Via underlying DB |
119
- | Language | GraphQL inspired | Cypher, Gremlin | Gremlin |
119
+ | Language | GraphQL inspired | Cypher | Gremlin |
120
120
| Protocols | Grpc / HTTP + JSON / RDF | Bolt + Cypher | Websocket / HTTP |
121
121
| Transactions | Distributed ACID transactions | Single server ACID transactions | Not typically ACID |
122
122
| Full-Text Search | Native support | Native support | Via External Indexing System |
You can’t perform that action at this time.
0 commit comments