1
0
Fork 0

Remove unnecessary -no- marks

This commit is contained in:
Gregory Eremin 2014-09-24 16:31:40 +04:00
parent 46f565b12f
commit c0918ca789
1 changed files with 20 additions and 20 deletions

View File

@ -127,37 +127,37 @@ The table below describes support of these parameters by the **in-memory** datab
| Parameter | `ProtoHashDB` | `ProtoTreeDB` | `StashDB` | `CacheDB` | `GrassDB` |
| ---------- | :-----------: | :-----------: | :-------: | :-------: | :-------: |
| `bnum` | — | — | • | • | • |
| `capcnt` | — | — | — | • | — |
| `capsiz` | — | — | — | • | — |
| `bnum` | | | • | • | • |
| `capcnt` | | | | • | |
| `capsiz` | | | | • | |
| `log` | • | • | • | • | • |
| `logkinds` | • | • | • | • | • |
| `logpx` | • | • | • | • | • |
| `opts` | — | — | — | • | • |
| `pccap` | — | — | — | — | • |
| `psiz` | — | — | — | — | • |
| `rcomp` | — | — | — | — | • |
| `zcomp` | — | — | — | • | • |
| `zkey` | — | — | — | • | • |
| `opts` | | | | • | • |
| `pccap` | | | | | • |
| `psiz` | | | | | • |
| `rcomp` | | | | | • |
| `zcomp` | | | | • | • |
| `zkey` | | | | • | • |
The table below describes support of these parameters by the **persistent** database types.
| Parameter | `HashDB` | `TreeDB` | `DirDB` | `ForestDB` | `TextDB` |
| ---------- | :------: | :------: | :-----: | :--------: | :------: |
| `apow` | • | • | — | — | — |
| `bnum` | • | • | — | — | — |
| `dfunit` | • | • | — | — | — |
| `fpow` | • | • | — | — | — |
| `apow` | • | • | | | |
| `bnum` | • | • | | | |
| `dfunit` | • | • | | | |
| `fpow` | • | • | | | |
| `log` | • | • | • | • | • |
| `logkinds` | • | • | • | • | • |
| `logpx` | • | • | • | • | • |
| `msiz` | • | • | — | — | — |
| `opts` | • | • | • | • | |
| `pccap` | — | • | — | • | — |
| `psiz` | — | • | — | • | — |
| `rcomp` | — | • | — | • | — |
| `zcomp` | • | • | • | • | |
| `zkey` | • | • | • | • | |
| `msiz` | • | • | | | |
| `opts` | • | • | • | • | |
| `pccap` | | • | | • | |
| `psiz` | | • | | • | |
| `rcomp` | | • | | • | |
| `zcomp` | • | • | • | • | |
| `zkey` | • | • | • | • | |
## What storage to choose