virajjasani opened a new pull request, #2141:
URL: https://github.com/apache/phoenix/pull/2141

   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to