File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Tarantool operates data in the form of tuples.
40
40
They play the same role as "row columns" or "record fields" in relational databases,
41
41
with a few improvements:
42
42
43
- * fields can be composite structures, such as arrays or maps, and
43
+ * fields can be composite structures, such as arrays or maps,
44
44
* fields don't need to have names.
45
45
46
46
A given tuple may have any number of fields, and the fields may be of
@@ -73,9 +73,9 @@ In our example there's a space called ``'tester'``.
73
73
At least one space is required to store data with Tarantool.
74
74
Each space has the following attributes:
75
75
76
- * a unique **name ** specified by the user
76
+ * a unique **name ** specified by the user,
77
77
* a unique **numeric identifier ** which can be specified by
78
- the user, but usually is assigned automatically by Tarantool.
78
+ the user, but usually is assigned automatically by Tarantool,
79
79
* an **engine **: *memtx * (default) -- in-memory engine,
80
80
fast but limited in size, or *vinyl * -- on-disk engine for huge data sets.
81
81
You can’t perform that action at this time.
0 commit comments