@@ -56,6 +56,7 @@ worse compared to memtx, because a tuple has to be constructed on the runtime
5656arena from individual field values gathered from each column tree.
5757
5858Other features include:
59+
5960* Point lookup.
6061* Stable iterators.
6162* Insert/replace/delete/update.
@@ -67,10 +68,12 @@ Other features include:
6768 indexed + covered columns.
6869
6970Embedded field types include only fixed-width types:
71+
7072* Integer: (u)int8/16/32/64.
7173* Floating point: float32/64.
7274
7375Types with external storage include:
76+
7477* Strings.
7578* All the other types supported by Tarantool: UUID, Decimal, Datetime, etc.
7679
@@ -128,11 +131,14 @@ but has different under-the-hood implementation (based on the ``supervised`` str
128131Otherwise, it acts similar to the ``auto `` strategy.
129132
130133In effect, it helps resolve these two problems:
134+
131135* Avoid the error ``Some replica set members were not specified in box.cfg.replication ``
132136 in the following cases:
137+
133138 * several replicas join at the same time,
134139 * the replica set includes non-anonymous CDC instances,
135140 * ``_cluster `` contains old unneeded replicas.
141+
136142* Make the database get bootstrapped upon the coordinator's command rather than
137143 let the instances boostrap it on their own.
138144
0 commit comments