Team, Our cluster configuration Phoenix: 4.0.2, Hbase: 0.98.x We have a Hbase Table which has couple of column families which have key-value pairs and are variable values
Table name: Event Row-key: eventId (uuid) column family: properties(p) Map<String, String> (variable) column family: tags List<string> (variable) We want to redesign this table to using Phoenix. I have investigated into dynamic columns. before I go deep into it, was wondering if this you have suggestions/advice on this type of data modelling. thanks, Vijay
