-
Notifications
You must be signed in to change notification settings - Fork 43
Revise indexes subsections #1896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Onvember please, rebase this branch on |
c432ff4
to
7b694b9
Compare
Co-authored-by: Nick Volynkin <nick.volynkin@gmail.com>
are there any examples for "exclude_null" feature? |
will be described soon (#1782) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Хорошая работа. Теперь один из самых важных разделов документации выглядит понятнее и дружелюбнее.
|
||
The function must be :ref:`persistent <box_schema-func_create_with-body>` | ||
and deterministic. | ||
* The space must have a memtx engine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would a link to memtx page be useful here?
Co-authored-by: Nick Volynkin <nick.volynkin@gmail.com>
Я сделал второе ревью и у меня есть ряд замечаний:
Думаю, что после этих правок раздел станет значительно полезнее. |
Я оставила в этой секции только две простейшие операции и дала ссылку на более детальное описание создания индексов в яркой желтой рамочке с надписью "Tip", а на странице create_index уже и про multikey рассказывается.
Не могу согласиться, но и не настаиваю на том, что эта секция достаточно хороша. Призываю @NickVolynkin и @olegrok для совета.
Идея неплохая, я тоже поняла, что в одном месте у нас Index features не собраны. Но тянет на отдельную задачу, в которой надо будет как минимум сделать секцию-карту, ну или описать фичи полноценно. |
Перечитал ещё раз, потом зашел ещё сюда https://www.tarantool.io/ru/doc/2.2/reference/reference_lua/box_index . Информация об итераторах и т.д. дублируется. И может надо действительно переработать эту секцию. Но конкретных шагов не предложу, мне сложно представить себя на месте пользователя, который читает это в первый раз. |
We decided to merge this pull request as is and continue our research here #1943 |
… 'create_index()' (#1896) * small bugfix * revise content of indexes.rst * revise subsections in create_index.rst * Apply suggestions from code review
fixes #1871
fixes #1889
we have this PR deployed on our test server:
https://tarantool-develop.herokuapp.com/en/doc/latest/book/box/indexes/
https://tarantool-develop.herokuapp.com/en/doc/latest/reference/reference_lua/box_space/create_index/
But it is 1 commit behind the current state