Batyrshin, you asked about statement caching which is different than
connection pooling.
@JMS, yes, the FAQ is accurate (as is the majority of the rest of the
documentation ;))
On 10/18/18 1:14 PM, Batyrshin Alexander wrote:
I've already asked the same question in this thread -
http://apache-phoenix-user-list.1124778.n5.nabble.com/Statements-caching-td4674.html
On 18 Oct 2018, at 19:44, Jean-Marc Spaggiari <jean-m...@spaggiari.org
<mailto:jean-m...@spaggiari.org>> wrote:
Hi,
Is this statement in the FAQ still valid?
"If Phoenix Connections are reused, it is possible that the underlying
HBase connection is not always left in a healthy state by the previous
user. It is better to create new Phoenix Connections to ensure that
you avoid any potential issues."
https://phoenix.apache.org/faq.html#Should_I_pool_Phoenix_JDBC_Connections
<https://www.google.com/url?q=https://phoenix.apache.org/faq.html%23Should_I_pool_Phoenix_JDBC_Connections&sa=D&source=hangouts&ust=1539951968896000&usg=AFQjCNFvuOw8CmnpCcpOimhpw_DKBPH7WQ>
Thanks,
JMS