Re: Statements caching

2018-07-27 Thread James Taylor
There's no statement caching available in Phoenix. That would be a good contribution, though. Thanks, James On Thu, Jul 26, 2018 at 10:45 AM, Batyrshin Alexander <0x62...@gmail.com> wrote: > Hi all, > Im wondering how to enable statement caching in Phoenix JDBC Driver. > Is there anything like

Re: Row Scan In HBase Not Working When Table Created With Phoenix

2018-07-27 Thread Miles Spielberg
SQL INTEGER is not stored as strings, but as 4-bytes of encoded binary. See https://phoenix.apache.org/language/datatypes.html#integer_type Miles Spielberg Staff Software Engineer O. 650.485.1102 900 Jefferson Ave Redwood City, CA 94063 On Thu, Jul 26, 2018 at 5:44 PM, alchemist wrote: >