16 lines
338 B
Markdown
16 lines
338 B
Markdown
# pack
|
|||
|
|
|
||
|
|
Pack an index's per-column matrix files into a single-file format to reduce query-time I/O (fewer file opens per query).
|
||
|
|
|
||
|
|
```bash
|
||
|
|
obikmer pack INDEX
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
| Argument | Description |
|
||
|
|
|---|---|
|
||
|
|
| `INDEX` | Index directory to pack (modified in place) |
|
||
|
|
|
||
|
|
The index directory is locked for exclusive access while packing.
|