We don't provide any means to pool Connectors for you; however, you should attempt to reuse Connectors when you can. Many libraries contain pool implementations which you can reuse to implement this. It is fairly common to simply pass around a Connector inside an application.

It isn't very expensive to make a Connector, so you also don't have to worry about always pooling them.

The same is true for ZooKeeperInstance objects.

panqing...@163.com wrote:
For example

Connecting to the redis, the client provides the connection pool object,
through the connection pool object implementation and database
communication, operatio



--
View this message in context: 
http://apache-accumulo.1065345.n5.nabble.com/accumulo-schema-design-tp12458p12460.html
Sent from the Developers mailing list archive at Nabble.com.

Reply via email to