[
https://issues.apache.org/jira/browse/PHOENIX-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-1259.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.2
4.2
We'll do a partial scan now that we're updating stats through a query. We'll
end up scanning entire regions worth of data, so we may do a little more than
necessary, but this is a good as we can get with the current design of stats.
> 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
> Fix For: 4.2, 3.2
>
>
> 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)