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:
Ian Denhardt 2019-06-22 01:06:40 -04:00
parent 1625019561
commit 6e34797d02
1 changed files with 3 additions and 1 deletions

View File

@ -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