Skip to content

Commit 4139834

Browse files
authored
Update data_model.rst (#2035)
* Update data_model.rst * Update data_model.rst fix #2029
1 parent d77a98d commit 4139834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/book/box/data_model.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Tarantool operates data in the form of tuples.
4040
They play the same role as "row columns" or "record fields" in relational databases,
4141
with a few improvements:
4242

43-
* fields can be composite structures, such as arrays or maps, and
43+
* fields can be composite structures, such as arrays or maps,
4444
* fields don't need to have names.
4545

4646
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'``.
7373
At least one space is required to store data with Tarantool.
7474
Each space has the following attributes:
7575

76-
* a unique **name** specified by the user
76+
* a unique **name** specified by the user,
7777
* 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,
7979
* an **engine**: *memtx* (default) -- in-memory engine,
8080
fast but limited in size, or *vinyl* -- on-disk engine for huge data sets.
8181

0 commit comments

Comments
 (0)