mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
Minor formatting and typo fixes
This commit is contained in:
parent
bc9747cc0f
commit
7eb68dd99a
2 changed files with 5 additions and 1 deletions
|
|
@ -155,6 +155,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h
|
|||
* Flag: `--max-file-count=1000000`
|
||||
* Env: `PILOSA_MAX_FILE_COUNT=1000000`
|
||||
* Config:
|
||||
|
||||
```toml
|
||||
max-file-count = 1000000
|
||||
```
|
||||
|
|
@ -213,6 +214,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h
|
|||
* Flag: `--gossip.key="/var/secret/gossip.key32"`
|
||||
* Env: `PILOSA_GOSSIP_KEY="/var/secret/gossip.key32"`
|
||||
* Config:
|
||||
|
||||
```toml
|
||||
[gossip]
|
||||
key = "/var/secret/gossip.key32"
|
||||
|
|
@ -420,6 +422,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h
|
|||
* Flag: `--profile.block-rate=10000000`
|
||||
* Env: `PILOSA_PROFILE_BLOCK_RATE=10000000`
|
||||
* Config:
|
||||
|
||||
```toml
|
||||
[profile]
|
||||
block-rate = 10000000
|
||||
|
|
@ -432,6 +435,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h
|
|||
* Flag: `--profile.mutex-fraction=100`
|
||||
* Env: `PILOSA_PROFILE_MUTEX_FRACTION=100`
|
||||
* Config:
|
||||
|
||||
```toml
|
||||
[profile]
|
||||
mutex-fraction = 100
|
||||
|
|
|
|||
|
|
@ -874,7 +874,7 @@ combinations for which the count is greater than 0.
|
|||
|
||||
The optional `filter` argument takes any type of `Row` query (e.g. Row, Union,
|
||||
Intersect, etc.) which will be intersected with each result prior to returning
|
||||
the count. This is analagous to a WHERE clause applied to a relational GROUP BY
|
||||
the count. This is analogous to a WHERE clause applied to a relational GROUP BY
|
||||
query.
|
||||
|
||||
The optional `limit` argument limits the number of results returned. The results
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue