[
https://issues.apache.org/jira/browse/PHOENIX-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14159778#comment-14159778
]
James Taylor commented on PHOENIX-1309:
---------------------------------------
I'll take this one. I'm going to just query the stats table directly from the
client for local and view index tables and then just build a PTable on the
client-side for this. We need to cache the PTable anyway so we don't bombard
the server with updateCache calls for both the view and physical table, so this
will be pretty reasonable. Creating and storing a table in SYSTEM.CATALOG for
these would be painful. Plus, these aren't real Phoenix tables in that the rows
have different formats depending on the index, so exposing them would be a bit
confusing.
> Ensure Phoenix table is created for Local index and view index tables to
> store guideposts against them
> ------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-1309
> URL: https://issues.apache.org/jira/browse/PHOENIX-1309
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: ramkrishna.s.vasudevan
> Assignee: James Taylor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)