bq. 1. How many concurrent phoenix connections the application can open?

I don't think there is any limit on this.

bq. 2. Is there any limitations regarding the number of connections I should
consider?

I think as many till your JVM permits.

bq. 3. Is the client side config parameter phoenix.query.threadPoolSize
correlated to the number of connections?
Yes, phoenix.query.threadPoolSize is shared among the connections so the
no. of threads active will be limited by this.

On Sat, Apr 15, 2017 at 3:58 AM, blnr102 <[email protected]> wrote:

> Hello community,
>
> afaik the Phoenix Connection object is designed to be a thin object that is
> inexpensive to create and they can also be resued.
>
> However, in case of handling a load of concurrent requests:
> 1. How many concurrent phoenix connections the application can open?
> 2. Is there any limitations regarding the number of connections I should
> consider?
> 3. Is the client side config parameter phoenix.query.threadPoolSize
> correlated to the number of connections?
>
> Best thanks!
> Lee
>
>
>
>
> --
> View this message in context: http://apache-phoenix-user-
> list.1124778.n5.nabble.com/Limit-of-phoenix-connections-
> on-client-side-tp3405.html
> Sent from the Apache Phoenix User List mailing list archive at Nabble.com.
>

Reply via email to