Phoenix allows you to do "point-in-time" or "flashback" queries by specifying a timestamp at connection time. Phoenix does not support returning multiple versions of the same row in a single query, though we have a JIRA in place for that if anyone is interested in contributing toward that feature: https://issues.apache.org/jira/browse/PHOENIX-590
See our FAQ for more info: http://phoenix.apache.org/faq.html#Can_phoenix_work_on_tables_with_arbitrary_timestamp_as_flexible_as_HBase_API Thanks, James On Sun, Jul 20, 2014 at 1:53 AM, Ahmed Hussien <[email protected]> wrote: > Does Phoenix support Hbase cell version? > i.e can I use the phoenix shell to view different versions of a > Family:Column ? How? > thanks > Ahmed
