File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
locale/ru/LC_MESSAGES/getting_started Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ Create the first :ref:`index <index-box_index>` (named ``primary``):
129
129
> })
130
130
131
131
This is a primary index based on the ``id `` field of each tuple.
132
+ ``TREE `` is the most universal index type. To learn more, check the documentation on Tarantool :ref: `index types <index-types >`.
132
133
133
134
Insert three :term: `tuples <tuple> ` (our name for records)
134
135
into the space:
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ Here is how to create a simple test database after installation.
119
119
> })
120
120
121
121
This is a primary index based on the ``id `` field of each tuple.
122
+ ``TREE `` is the most universal index type. To learn more, check the documentation on Tarantool :ref: `index types <index-types >`.
122
123
123
124
#. Insert three :term: `tuples <tuple> ` (our name for records)
124
125
into the space:
Original file line number Diff line number Diff line change @@ -193,8 +193,10 @@ msgstr ""
193
193
" > parts = {'id'}\n"
194
194
" > })"
195
195
196
- msgid "This is a primary index based on the ``id`` field of each tuple."
197
- msgstr "Это первичный индекс по полю ``id`` в каждом кортеже."
196
+ msgid "This is a primary index based on the ``id`` field of each tuple. "
197
+ "``TREE`` is the most universal index type. To learn more, check the documentation on Tarantool :ref:`index types <index-types>`."
198
+ msgstr "Это первичный индекс по полю ``id`` в каждом кортеже. "
199
+ "Тип индекса ``TREE`` --- самый универсальный. Подробная информация изложена в документации о :ref:`типах индексов в Tarantool <index-types>`."
198
200
199
201
msgid ""
200
202
"Insert three :term:`tuples <tuple>` (our name for records) into the space:"
Original file line number Diff line number Diff line change @@ -199,8 +199,10 @@ msgstr ""
199
199
" > parts = {'id'}\n"
200
200
" > })"
201
201
202
- msgid "This is a primary index based on the ``id`` field of each tuple."
203
- msgstr "Это первичный индекс по полю ``id`` в каждом кортеже."
202
+ msgid "This is a primary index based on the ``id`` field of each tuple. "
203
+ "``TREE`` is the most universal index type. To learn more, check the documentation on Tarantool :ref:`index types <index-types>`."
204
+ msgstr "Это первичный индекс по полю ``id`` в каждом кортеже. "
205
+ "Тип индекса ``TREE`` --- самый универсальный. Подробная информация изложена в документации о :ref:`типах индексов в Tarantool <index-types>`."
204
206
205
207
msgid ""
206
208
"Insert three :ref:`tuples <index-box_tuple>` (our name for records) into the"
You can’t perform that action at this time.
0 commit comments