James Taylor created PHOENIX-1259:
-------------------------------------
Summary: Perform partial scan for ANALYZE when table salted or
local index
Key: PHOENIX-1259
URL: https://issues.apache.org/jira/browse/PHOENIX-1259
Project: Phoenix
Issue Type: Bug
Reporter: James Taylor
Assignee: ramkrishna.s.vasudevan
If the table is salted or a local index, we can tweak our logic slightly for
the start/stop range of the scan we're doing to analyze the table. We should
pass three new parameters over:
- the start key/stop key for the scan
- a boolean for isSalted (table.getBucketNum() != null)
- a boolean for isLocalIndex (table.getIndexType() == IndexType.LOCAL)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)