Home > other > Phoenix how to use the combined primary key table mapping hbase table
Phoenix how to use the combined primary key table mapping hbase table
Time:12-06
Assuming that hbase rowkey, composed of multiple fields, such as a timestamp + device id, etc., phoenix create mapping table or view, can put the rowkey split into two fields, and set up the joint primary key
CodePudding user response:
Can, but the timestamp in the former is likely to cause hot spots.