Update README
This commit is contained in:
parent
fb6106646c
commit
31def4280e
2 changed files with 6 additions and 4 deletions
|
|
@ -316,10 +316,11 @@ MongoKVStorage MogonDB
|
||||||
```
|
```
|
||||||
NetworkXStorage NetworkX(默认)
|
NetworkXStorage NetworkX(默认)
|
||||||
Neo4JStorage Neo4J
|
Neo4JStorage Neo4J
|
||||||
PGGraphStorage Postgres
|
PGGraphStorage PostgreSQL with AGE plugin
|
||||||
AGEStorage AGE
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> 在测试中Neo4j图形数据库相比PostgreSQL AGE有更好的性能表现。
|
||||||
|
|
||||||
* VECTOR_STORAGE 支持的实现名称
|
* VECTOR_STORAGE 支持的实现名称
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -319,10 +319,11 @@ MongoKVStorage MongoDB
|
||||||
```
|
```
|
||||||
NetworkXStorage NetworkX (default)
|
NetworkXStorage NetworkX (default)
|
||||||
Neo4JStorage Neo4J
|
Neo4JStorage Neo4J
|
||||||
PGGraphStorage Postgres
|
PGGraphStorage PostgreSQL with AGE plugin
|
||||||
AGEStorage AGE
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Testing has shown that Neo4J delivers superior performance in production environments compared to PostgreSQL with AGE plugin.
|
||||||
|
|
||||||
* VECTOR_STORAGE supported implementations:
|
* VECTOR_STORAGE supported implementations:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue