Since Phoenix does not recommend connection pooling. Then even if we have multiple threads and processes, each thread will take time to get connection to Phoenix server, execute upsert operation then commit the operation. This whole process will take sometime. And no matter what level of threading we have creating connection will take time. Not sure if my understanding is correct.
-- Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/