ramkrishna.s.vasudevan created PHOENIX-47:
---------------------------------------------
Summary: Blog link not appearing in the section
Why_isnt_my_query_doing_a_RANGE_SCAN
Key: PHOENIX-47
URL: https://issues.apache.org/jira/browse/PHOENIX-47
Project: Phoenix
Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Priority: Trivial
In the FAQ section
http://phoenix.incubator.apache.org/faq.html#/Why_isnt_my_query_doing_a_RANGE_SCAN
{code}
however it will skip large groups of rows depending on the conditions in your
filter. See this blog for more detail. We don’t do a SKIP SCAN if you have no
filter on the leading primary key columns, but you can force a SKIP SCAN by
using the /+ SKIP_SCAN / hint
{code}
The "See this blog" - I think the intention was to provide a link there. A
trivial documentation change.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)