Github user JamesRTaylor commented on the pull request:
https://github.com/apache/phoenix/pull/12#issuecomment-55556372
Then, store the guidepost already as a List<byte[]> on PTable and
PColumnFamily, as you don't want to get hit with the deserialization cost again
and again. There should be *no* PTable.getTableStats(), instead there should be
a List<byte[]> getTableStats() on both PTable and PColumnFamily. You can just
use the list here without doing any translation.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---