[
https://issues.apache.org/jira/browse/TAJO-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035282#comment-15035282
]
ASF GitHub Bot commented on TAJO-1705:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/887#discussion_r46377850
--- Diff: tajo-docs/src/main/sphinx/index/how_to_use.rst ---
@@ -66,4 +67,10 @@ If you don't want to use the index scan feature anymore,
you can simply disable
.. note::
- Once the index scan feature is enabled, Tajo currently always
performs the index scan regardless of its efficiency. You should set this
option when the expected number of retrieved tuples is sufficiently small.
+ Once index scan is enabled, Tajo currently always performs index scan
regardless of its efficiency. You should set this option when the expected
number of retrieved tuples is sufficiently small.
--- End diff --
I suggest:
``Once index scan is enabled, Tajo will perform 'index scan' if possible.
In some cases, it may cause performance degradation. If you always want to get
better performance, you should either enable or disable 'index scan' according
to selectivity. Usually, the performance gain of index will increase when the
selectivity is low.``
> Update document for index support
> ---------------------------------
>
> Key: TAJO-1705
> URL: https://issues.apache.org/jira/browse/TAJO-1705
> Project: Tajo
> Issue Type: Task
> Components: Documentation, Index
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Priority: Minor
> Fix For: 0.11.1
>
>
> After TAJO-1300, index document should be updated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)