The Apache Phoenix team is pleased to announce the immediate availability of the 4.3 release. Highlights include:
- functional indexes [1] - map-reduce over Phoenix tables [2] - cross join support [3] - query hint to force index usage [4] - set HBase properties through ALTER TABLE - ISO-8601 date format support on input - RAND built-in for random number generation - ANSI SQL date/time literals - query timeout support in JDBC Statement - over 90 bug fixes The release is available through maven or may be downloaded here [5]. Regards, The Apache Phoenix Team [1] http://phoenix.apache.org/secondary_indexing.html#Functional_Indexes [2] http://phoenix.apache.org/phoenix_mr.html [3] http://phoenix.apache.org/joins.html [4] http://phoenix.apache.org/secondary_indexing.html#Examples [5] http://phoenix.apache.org/download.html
