Files
qdrant/config/development.yaml
Arnaud Gourlay 2a81fc9142 Remove sled for alias mappings (#402)
* improve alias tests

* introduce new alias persistence and remove Sled

* introduce FileStorageError

* use new error in AliasMapping

* aliases are kept in memory and saved to disk when modified

* better naming

* make alias renaming atomic

* fmt

* use correct alias and docs

* code review: cleaner error conversion
2022-03-23 14:21:04 +01:00

20 lines
349 B
YAML

debug: true
log_level: DEBUG
service:
host: 127.0.0.1
http_port: 6333
# Uncomment to enable gRPC:
#grpc_port: 6334
storage:
performance:
# Number of parallel threads used for search operations. If 0 - auto selection.
max_search_threads: 4
optimizers:
# Minimum interval between forced flushes.
flush_interval_sec: 1