Viraj Jasani created PHOENIX-7517:
-------------------------------------
Summary: Allow BSON datatype for primary key column
Key: PHOENIX-7517
URL: https://issues.apache.org/jira/browse/PHOENIX-7517
Project: Phoenix
Issue Type: Improvement
Reporter: Viraj Jasani
PHOENIX-7330 introduced BSON as Document data type in Phoenix. Due to the
complexity of the data it represents in the document format, the data type is
restricted to be part of primary key columns. However, this restriction is not
necessary as BSON could provide some value by being part of last PK column of
the composite PK columns. One use case that can possibly have such schema is
time-series database where metric tags could be provided in the document format
and they can be stored together based on the partition key (rowkey prefix,
non-document data type).
The purpose of this Jira is to allow BSON data type to be part of primary key
columns.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)