wangchao316 commented on pull request #1064: URL: https://github.com/apache/phoenix/pull/1064#issuecomment-755262426
> I agree @wangchao316 that tuning poolsize is crucial for performance optimization. > It is just my opinion that the tuning should be done on the cluster size, in hbase-site.xml, rather than on the client side. yes, I feel we provide this parameter, should be altered in effect performance place. phoenix deploy in phoenix-server mode and no phoenix-server mode. 1. if be no phoenix-server mode, client will be compiler, optimization,scan to hbase-regionserver side. so client will use this parameter in ParallelIterator.java, which effect scan. 2. if be phoenix-server mode, we will alter parameter in phoenix-server . ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
