mirror of https://github.com/perkeep/perkeep.git
docs/server-config: mention diskpacked perf trade-off.
This hadn't been clear to me as a user getting started.
This commit is contained in:
parent
1625019561
commit
6e34797d02
|
@ -105,7 +105,9 @@ the bucket's region will generally be detected automatically.
|
||||||
Additionally, there are two mutually exclusive options which only apply if `blobPath` is set:
|
Additionally, there are two mutually exclusive options which only apply if `blobPath` is set:
|
||||||
|
|
||||||
* `packRelated`: if true, blobs are automatically repacked for fast read access.
|
* `packRelated`: if true, blobs are automatically repacked for fast read access.
|
||||||
* `packBlobs`: if true, diskpacked is used instead of the default filestorage.
|
* `packBlobs`: if true, diskpacked is used instead of the default
|
||||||
|
filestorage. This gives better write throughput, at the cost of slower
|
||||||
|
read access.
|
||||||
|
|
||||||
For now, if more than one storage option is set, one of them is the primary
|
For now, if more than one storage option is set, one of them is the primary
|
||||||
storage and the other ones are set up as mirrors. The precedence order is the
|
storage and the other ones are set up as mirrors. The precedence order is the
|
||||||
|
|
Loading…
Reference in New Issue