On 24 July 2015 at 00:29, Derek Perkins <
de...@derekperkins.com> wrote:
> Is a Bigtable client / table safe for concurrent access?
Once created, yes.
> What's the lifecycle of the client / table? Should I treat it like a MySQL
> connection and leave the connection open indefinitely?
Yes, you can (and probably should) leave the connection open for the
lifetime of your program if you're going to keep using it. It will
transparently redial when a connection breaks.