HiveDB Connections have the same scope as a database transaction.
When writing an application that uses HiveDB you should consider the connections that you obtain from the Hive to have the same scope as a single database transaction. Further you should obtain a new connection from the Hive for each transaction. You don’t need […]
