I see that when I create a table using phoenix I can specify how many versions of a cell I want to keep. Is it possible to specify a version value when I perform an upsert? I am receiving data in order from the customer but would like to be able to process it out of order but specify the version value to be the timestamp that the customer gave us the data rather than the timestamp that the data is inserted. Is that possible using phoenix?
http://hbase.apache.org/0.94/book/versions.html Thanks, Paul
