tarantool/tarantool
Auf GitHub ansehenPossibility min tuple size more than max tuple size
Open
#5.509 geöffnet am 9. Nov. 2020
featuregood first issue
Repository-Metriken
- Stars
- (3.633 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 13T 2h) (82 gemergte PRs in 30 T)
Beschreibung
Tarantool version: Tarantool 2.5.2-16-g531329ede OS version: centos8
Steps to reproduce:
It's possible to set memtx_min_tuple_size > memtx_max_tuple_size
box.cfg{listen=3301, memtx_min_tuple_size=700, memtx_max_tuple_size = 600}
-- no error
Expected something like incompatible arguments. But it seems that min_tuple_size does not have the same effect like max_tuple_size
The question is — what is the semantic of min_tuple_size ?