I am using a HBase as backend for a service. I want to somehow cache the connection to HBase so each request doesn't need to pay the cost of making the connection. I am already cacheing the HTable object, is that enough or is there a better way? And how long can the connection be held onto? Thanks!
- Caching HBase connection Nanheng Wu
- Re: Caching HBase connection Jean-Daniel Cryans
