[
https://issues.apache.org/jira/browse/PHOENIX-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547361#comment-16547361
]
James Taylor commented on PHOENIX-4816:
---------------------------------------
You’d have to do this instead:
{code}
CREATE IMMUTABLE TABLE ... (...) IMMUTABLE_STORAGE_SCHEME=ONE_CELL_PER_COLUMN,
COLUMN_ENCODED_BYTES=NONE
{code}
But you’d still be better off using views instead of dynamic columns as you
could use the default immutable storage format which will give you 3-5x better
read and write perf.
> When select dynamic columns throw InvalidQualifierBytesException
> ----------------------------------------------------------------
>
> Key: PHOENIX-4816
> URL: https://issues.apache.org/jira/browse/PHOENIX-4816
> Project: Phoenix
> Issue Type: Bug
> Reporter: cherish peng
> Priority: Blocker
> Labels: dynamic-schema
> Fix For: 4.10.1
>
> Original Estimate: 336h
> Remaining Estimate: 336h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)