Re: Statements caching

2018-08-16 Thread Josh Elser
every time then statements caching looks useless. Could you, please, explain in details what does it means "it is possible that the underlying HBase connection is not always left in a healthy state by the previous user"? On 28 Jul 2018, at 06:09, James Taylor <mailto:jamestay...@apache

Re: Statements caching

2018-08-15 Thread Batyrshin Alexander
https://phoenix.apache.org/faq.html#Should_I_pool_Phoenix_JDBC_Connections <https://phoenix.apache.org/faq.html#Should_I_pool_Phoenix_JDBC_Connections> If we should recreate connection every time then statements caching looks useless. Could you, please, explain in details what does it

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

Statements caching

2018-07-26 Thread Batyrshin Alexander
Hi all, Im wondering how to enable statement caching in Phoenix JDBC Driver. Is there anything like "cachePrepStmts"?