feedback: Индексы | Tarantool
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
<…>antool поддерживает HASH в основном для обратной совместимости.
**|Вот несколько советов. Не используйте HASH-индекс:если просто хочется
если вы думаете, что HASH быстрее, без измерения производительности
если вы хотите выполнять перебор данных
по первичному ключу
как единственный индекс|**Используйте HASH-индекс:
если это вторичный ключ
если вы на с<…>
https://www.tarantool.io/ru/doc/2.11/book/box/indexes/#indexes-tree
В пунктах, описывающих нежелательные варианты использования HASH-индекса, имеются следующие:
- "если вы хотите выполнять перебор данных"
- "по первичному ключу"
Отдельно варианты (1) и (2) не в полной мере понятны:
- вариант (1) говорит, что не рекомендуется выполнять перебор данных как таковой, вариант (2) не несёт никакого посыла. Возможно необходимо объединить варианты (1) и (2) в один: "если вы хотите выполнять перебор данных по первичному ключу".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the Russian indexes documentation at the linked Tarantool URL, focusing on the HASH-index guidance and its two separate bullets about data iteration and primary keys. Clarify whether they describe one condition, then update the wording so each recommendation is unambiguous and verify the rendered section.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100