Closed
Description
Product: Tarantool
Root document: https://www.tarantool.io/en/doc/latest/book/box/data_model/#indexed-field-types
SME: @ ImeevMA
Peer reviewer: @
Details
<…>module
string (any set of octets)
varbinary (any set of octets)
|Note: When there is a mix of
types, the key order is: null,
then booleans, then numbers,
then strings, then varbinary.|TREE or HASH
msgpack.NULL
true
-1
1.234
‘’
‘ру’Collat<…>
https://www.tarantool.io/en/doc/latest/book/box/data_model/
If it is intended to be the exhaustive list, then I would mention uuid
here too.