I have an existing HBase table. The cell timestamp is not in the row key. I'd like to make the timestamp a Phoenix table column and query it via Phoenix.
I noticed that the documentation says row_timestamp column must be one of the primary key columns. Is it possible to patch Phoenix to lift this restriction? If so, how hard is it? How about tags? Any way to query HBase cell tags via Phoenix? Thanks, Jimmy