feedback: index_object:select() | Tarantool
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: Tarantool
Root document: https://www.tarantool.io/ru/doc/latest/reference/reference_lua/box_index/select/
SME: core team
<…>ачения для сопоставления с ключом индекса
options (table/nil) – **|ни один, любой или все следующие параметры:|iterator** – тип итератора
limit – максимальное количество кортеже<…>
Нет описания опции fullscan?
А так же предупреждение, что если указать лимит больше 1000, то получим CRIT (!!!) варнинги в логе?
Опция fullscan в целом вредная, но в тестах очень спасает.
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
Open the Tarantool reference_lua box_index/select documentation linked in the issue and inspect its source page. Document the fullscan option and add the warning about limits above 1000 producing CRIT log warnings; done means both details are accurately reflected in the rendered page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100