[
https://issues.apache.org/jira/browse/PHOENIX-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-1259:
----------------------------------
Issue Type: Sub-task (was: Bug)
Parent: PHOENIX-1177
> 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: Sub-task
> 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)