change based on @KamiQuasi #280
This commit is contained in:
parent
4509a01d6c
commit
472271af1f
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ All command line flags take precedence over the configuration file.
|
|||
Determines the type of the underlying database. Options include:
|
||||
|
||||
* `mem`: An in-memory store, based on an initial N-Quads file. Loses all changes when the process exits.
|
||||
* `leveldb`: A persistent on-disk store backed by [LevelDB](http://code.google.com/p/leveldb/).
|
||||
* `leveldb`: A persistent on-disk store backed by [LevelDB](https://github.com/google/leveldb).
|
||||
* `bolt`: Stores the graph data on-disk in a [Bolt](http://github.com/boltdb/bolt) file. Uses more disk space and memory than LevelDB for smaller stores, but is often faster to write to and comparable for large ones, with faster average query times.
|
||||
* `mongo`: Stores the graph data and indices in a [MongoDB](http://mongodb.org) instance. Slower, as it incurs network traffic, but multiple Cayley instances can disappear and reconnect at will, across a potentially horizontally-scaled store.
|
||||
|
||||
|
|
@ -142,4 +142,4 @@ Optionally ignore missing quad on delete.
|
|||
* Type: Boolean
|
||||
* Default: false
|
||||
|
||||
Optionally ignore duplicated quad on add.
|
||||
Optionally ignore duplicated quad on add.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue