tpc phoenix - performance test

2015-07-19 Thread Anirudha Jadhav
Hi all, I have read and heard about phoenix support for tpc queries, i wanted to know has anyone done performance benchmarks for the same and compared against mysql / oracle / postgres -- Ani

Re: HBase's checkAndPut, Timestamp in Phoenix-Spark API

2015-07-19 Thread Andrew Purtell
Hi, Over on HBase we are working on direct integration with spark. That may (or may not) be a better option when you already have code using the HBase API directly. Please see https://issues.apache.org/jira/browse/HBASE-13992 On Saturday, July 18, 2015, Josh Mahonin wrote: > Hi, > > The phoeni

Re: Problems with casts and TO_DATE in WHERE clauses in views

2015-07-19 Thread Gabriel Reid
Hi Tom, I've tried your SQL statements with 4.3.1, and the initial one does indeed work in 4.3.1 and later. The view definition that includes a CAST statement still fails (due to an bug in CastParseNode for which I'll post a patch shortly). By the way, the way I tested this (and an easy way to te